Share via


SPMobileContext.CurrentFolder Property

Gets the current folder.

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

Syntax

'Declaration
Public ReadOnly Property CurrentFolder As SPFolder
    Get
'Usage
Dim instance As SPMobileContext
Dim value As SPFolder

value = instance.CurrentFolder
public SPFolder CurrentFolder { get; }

Property Value

Type: Microsoft.SharePoint.SPFolder
An SPFolder object that represents the current folder.

See Also

Reference

SPMobileContext Class

SPMobileContext Members

Microsoft.SharePoint Namespace