SPMobileComputedField.IsNonLinkFolderItem method

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Function IsNonLinkFolderItem ( _
    field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean

returnValue = Me.IsNonLinkFolderItem(field)
protected virtual bool IsNonLinkFolderItem(
    SPField field
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPMobileComputedField class

SPMobileComputedField members

Microsoft.SharePoint.Mobile.WebControls namespace