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
'Declaration
Protected Overridable Function IsFormFieldExcluded ( _
field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean
returnValue = Me.IsFormFieldExcluded(field)
protected virtual bool IsFormFieldExcluded(
SPField field
)
Parameters
field
Type: Microsoft.SharePoint.SPFieldThe SPField whose exclusion status is reported.
Return Value
Type: System.Boolean
Returns true if the field is excluded; otherwise, false.
See Also
Reference
SPMobileItemFieldIterator Class