Share via


SPMobileContext.CurrentFolderUrl Property

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.

See Also

Reference

SPMobileContext Class

SPMobileContext Members

Microsoft.SharePoint Namespace