Share via


ListItemCreationInformation.FolderUrl Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property FolderUrl As String
    Get
    Set
'Usage
Dim instance As ListItemCreationInformation
Dim value As String

value = instance.FolderUrl

instance.FolderUrl = value
[RemoteAttribute]
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