CamlQuery.FolderServerRelativeUrl property

Gets or sets a value that specifies the server relative URL of a list folder from which results will be returned.

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

Syntax

'Declaration
Public Property FolderServerRelativeUrl As String
    Get
    Set
'Usage
Dim instance As CamlQuery
Dim value As String

value = instance.FolderServerRelativeUrl

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

Property value

Type: System.String
Returns a String instance representing the server relative URL of a list folder from which results will be returned.

See also

Reference

CamlQuery class

CamlQuery members

Microsoft.SharePoint.Client namespace