SPMobileComputedField.IsNonLinkFolderItem Method
Gets a value indicating whether the specified field is one of three types of computed fields.
Namespace: Microsoft.SharePoint.MobileControls
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
field
Type: Microsoft.SharePoint.SPFieldA SPField whose InternalName is inspected.
Return Value
Type: System.Boolean
true if field.InternalName contains any of "LinkDiscussionTitle", "PersonViewMinimal", or "BodyAndMore"; otherwise false.
Remarks
The intended purpose is to determine whether field should be rendered as text instead of as a link.