Share via


SPMobilePostsItemFieldIterator.IsFormFieldExcluded Method

Gets a value that indicates whether the specified SPField field is excluded from the rendered fields of a particular post 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

The field is excluded if it is "Body", "PublishedDate", or "Title".

See Also

Reference

SPMobilePostsItemFieldIterator Class

SPMobilePostsItemFieldIterator Members

Microsoft.SharePoint.MobileControls Namespace