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)
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.