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