SPMobileCommentsItemFieldIterator.IsFormFieldExcluded Method
Gets a value that indicates whether the specified SPField object is excluded from the rendered fields.
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
field
Type: Microsoft.SharePoint.SPFieldThe SPField whose exclusionary status is reported.
Return Value
Type: System.Boolean
true if the field is excluded; otherwise, false.
Remarks
The PostTitle field is excluded by default.
See Also
Reference
SPMobileCommentsItemFieldIterator Class