SPMobileContext.CurrentFolder property
Gets the current folder.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.