SPMobileFolderFieldIterator.IsFormFieldExcluded Method

Gets a value that indicates whether the specified SPField is excluded from the rendered fields.

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

Syntax

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

Dim field As SPField
Dim returnValue As Boolean

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

Parameters

Return Value

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

See Also

Reference

SPMobileFolderFieldIterator Class

SPMobileFolderFieldIterator Members

Microsoft.SharePoint.MobileControls Namespace