SPMobileDiscussionFieldIterator.IsFormFieldExcluded Method

Gets a value that indicates whether the specified SPField field 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 Overrides Function IsFormFieldExcluded ( _
    field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean

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

Parameters

Return Value

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

Remarks

true is returned if the field is either “Title” or “Body”.

See Also

Reference

SPMobileDiscussionFieldIterator Class

SPMobileDiscussionFieldIterator Members

Microsoft.SharePoint.MobileControls Namespace