SPMobileComponent.IsFileItem Method
Gets a value indicating whether the SPMobileComponent object is a file in a document library.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function IsFileItem As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.IsFileItem()
protected virtual bool IsFileItem()
Return Value
Type: System.Boolean
true if the SPMobileComponent object is a file in a library; otherwise, false.