ListItemCreationInformation.FolderUrl property

Gets or sets a value that specifies the folder for the new list item.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property FolderUrl As String
    Get
    Set
'Usage
Dim instance As ListItemCreationInformation
Dim value As String

value = instance.FolderUrl

instance.FolderUrl = value
public string FolderUrl { get; set; }

Property value

Type: System.String
Returns a String instance representing folder for the new list item.

Remarks

If the value is a server-relative URL or an absolute URL, it must be under the root folder of the list. It must be a null reference (Nothing in Visual Basic), empty, a server-relative URL, or an absolute URL.

See also

Reference

ListItemCreationInformation class

ListItemCreationInformation members

Microsoft.SharePoint.Client namespace