SPFieldWhereabout constructor (SPFieldCollection, String)
Initializes a new instance of the SPFieldWhereabout class based on the specified field name.
Namespace: Microsoft.SharePoint.Applications.GroupBoard
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
fields As SPFieldCollection, _
fieldName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim fieldName As String
Dim instance As New SPFieldWhereabout(fields, _
fieldName)
public SPFieldWhereabout(
SPFieldCollection fields,
string fieldName
)
Parameters
fields
Type: Microsoft.SharePoint.SPFieldCollectionA SPFieldCollection containing the field referenced by the fieldName parameter.
fieldName
Type: System.StringA string representation of the name of the field of reference.