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