Share via


HtmlField Constructor (SPFieldCollection, String)

Initializes a new instance of the HtmlField object.

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 HtmlField(fields, _
    fieldName)
public HtmlField(
    SPFieldCollection fields,
    string fieldName
)

Parameters

See Also

Reference

HtmlField Class

HtmlField Members

HtmlField Overload

Microsoft.SharePoint.Publishing.Fields Namespace

HtmlField