SPMobileItemFieldIterator.IsViewFieldExcluded Method

NOTE: This API is now obsolete.

Gets a value that indicates whether the specified SPField is excluded from the rendered fields of a mobile list view page.

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

Syntax

'Declaration
<ObsoleteAttribute("Use SPMobileUtility.IsViewFieldExcluded(SPField) instead.")> _
Protected Overridable Function IsViewFieldExcluded ( _
    field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean

returnValue = Me.IsViewFieldExcluded(field)
[ObsoleteAttribute("Use SPMobileUtility.IsViewFieldExcluded(SPField) instead.")]
protected virtual bool IsViewFieldExcluded(
    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