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 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.