BaseRichFieldType Constructor (SPFieldCollection, String)
Initializes a new instance of the BaseRichFieldType class.
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.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 BaseRichFieldType(fields, _
fieldName)
public BaseRichFieldType(
SPFieldCollection fields,
string fieldName
)
Parameters
fields
Type: Microsoft.SharePoint.SPFieldCollectionCollection of fields into which to add the newly constructed object.
fieldName
Type: System.StringName of the field to create.