SPMobileContext.IsInSubFolder Property
Gets a value that indicates whether the current folder has a parent folder.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property IsInSubFolder As Boolean
Get
'Usage
Dim instance As SPMobileContext
Dim value As Boolean
value = instance.IsInSubFolder
public virtual bool IsInSubFolder { get; }
Property Value
Type: System.Boolean
true if the current folder has a parent folder; otherwise, false.