SPMobileUtility.IsViewFieldExcluded Method

Returns a value that indicates whether the specified field (column) appears in mobile list view.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function IsViewFieldExcluded ( _
    field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean

returnValue = SPMobileUtility.IsViewFieldExcluded(field)
public static bool IsViewFieldExcluded(
    SPField field
)

Parameters

Return Value

Type: System.Boolean
true, if the field does not appear on mobile list views; otherwise false.

Remarks

For information about the types of fields that are excluded from mobile views, see Mobile Forms.

See Also

Reference

SPMobileUtility Class

SPMobileUtility Members

Microsoft.SharePoint.Utilities Namespace