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 a value indicating whether the SPMobileComponent object is a folder.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function IsFolderItem As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.IsFolderItem()
protected virtual bool IsFolderItem()
Return Value
Type: System.Boolean
true if the SPMobileComponent object is a folder; otherwise, false.