SPMobileDiscussionFieldIterator.IsFormFieldExcluded method
This member overrides SPMobileFolderFieldIterator.IsFormFieldExcluded(SPField).
Namespace: Microsoft.SharePoint.Mobile.WebControls
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.SPField
Return value
Type: System.Boolean
See also
Reference
SPMobileDiscussionFieldIterator class