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)
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
field
Type: Microsoft.SharePoint.SPFieldA field (column).
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.