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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

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

value = instance.FolderServerRelativeUrl

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