CSRListFieldIterator.IsFieldExcluded method
This member overrides ListFieldIterator.IsFieldExcluded(SPField).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function IsFieldExcluded ( _
field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean
returnValue = Me.IsFieldExcluded(field)
protected override bool IsFieldExcluded(
SPField field
)
Parameters
- field
Type: Microsoft.SharePoint.SPField
Return value
Type: System.Boolean