SPMobileItemFieldIterator.IsFormFieldExcluded Method

Gets a value that indicates whether the specified SPField is excluded from the rendered fields of a particular list item on a mobile form.

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

Syntax

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

Dim field As SPField
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean
Returns true if the field is excluded; otherwise, false.

See Also

Reference

SPMobileItemFieldIterator Class

SPMobileItemFieldIterator Members

Microsoft.SharePoint.MobileControls Namespace