SPFieldOverbook constructor (SPFieldCollection, String, String)
Initializes a new instance of the [Microsoft.SharePoint.Applications.GroupBoard.SPFieldOverbook] class based on the specified type and display name. Intended use of this constructor is creation of a field that does not currently exist in the field collection.
Namespace: Microsoft.SharePoint.Applications.GroupBoard
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
fields As SPFieldCollection, _
typeName As String, _
displayName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim typeName As String
Dim displayName As String
Dim instance As New SPFieldOverbook(fields, _
typeName, displayName)
public SPFieldOverbook(
SPFieldCollection fields,
string typeName,
string displayName
)
Parameters
fields
Type: Microsoft.SharePoint.SPFieldCollectionA [Microsoft.SharePoint.SPFieldCollection] object containing the field referenced by the displayName parameter.
typeName
Type: System.StringA string representation of the field type.
displayName
Type: System.StringA string representation of the display name of the field.