Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL of the current folder.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property CurrentFolderUrl As String
Get
'Usage
Dim instance As SPMobileContext
Dim value As String
value = instance.CurrentFolderUrl
public virtual string CurrentFolderUrl { get; }
Property Value
Type: System.String
A String that represents the URL of the current folder.