Share via


SPFieldMultiColumn constructor (SPFieldCollection, String, String)

Initializes a new instance of the SPFieldMultiColumn class based on the specified field collection, field type name, and field display name.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected 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 SPFieldMultiColumn(fields, _
    typeName, displayName)
protected SPFieldMultiColumn(
    SPFieldCollection fields,
    string typeName,
    string displayName
)

Parameters

  • typeName
    Type: System.String

    A string that specifies the type name of the field.

  • displayName
    Type: System.String

    A string that specifies the display name of the field.

See also

Reference

SPFieldMultiColumn class

SPFieldMultiColumn members

SPFieldMultiColumn overload

Microsoft.SharePoint namespace