SPMobileItemFieldIterator.IsComputedFieldSupported Method

Gets a value that indicates whether the specified SPField is one of the computed type fields that can be rendered on a mobile list view page.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Protected Overridable Function IsComputedFieldSupported ( _
    field As SPField _
) As Boolean

Dim field As SPField
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean
Returns true if the field is a computed type that can be rendered in a mobile list view page; otherwise, false.

Remarks

In Windows SharePoint Services 3.0 IsComputedFieldSupported returns true only for the following fields.

  • LinkTitleNoMenu

  • LinkCheckedOutTitle

  • LinkFilenameNoMenu

  • LinkTitle

  • LinkFilename

  • LinkDiscussionTitle

  • BodyAndMore

  • PersonViewMinimal

  • NameOrTitle

  • URLwMenu

In Windows SharePoint Services 3.0 custom computed fields are not rendered on a mobile list view page.

See Also

Reference

SPMobileItemFieldIterator Class

SPMobileItemFieldIterator Members

Microsoft.SharePoint.MobileControls Namespace