Share via


SPMobileContext.CurrentFolderUrl property

Gets the URL of the current folder.

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

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.

See also

Reference

SPMobileContext class

SPMobileContext members

Microsoft.SharePoint namespace