SPMobileContext.RootFolderUrl Property

Gets the URL of the highest contain folder for the current list item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overridable ReadOnly Property RootFolderUrl As String
    Get
'Usage
Dim instance As SPMobileContext
Dim value As String

value = instance.RootFolderUrl
public virtual string RootFolderUrl { get; }

Property Value

Type: System.String
A String that represents the top-level folder that contains the current list item.

See Also

Reference

SPMobileContext Class

SPMobileContext Members

Microsoft.SharePoint Namespace