SPFieldContactInformation constructor (SPFieldCollection, String)
Initializes a new instance of the SPFieldContactInformation class based on the specified the field collection and field name.
Namespace: Microsoft.SharePoint.Applications.GroupBoard
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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 SPFieldContactInformation(fields, _
fieldName)
public SPFieldContactInformation(
SPFieldCollection fields,
string fieldName
)
Parameters
fields
Type: Microsoft.SharePoint.SPFieldCollectionAn [Microsoft.SharePoint.SPFieldCollection] containing the new field.
fieldName
Type: System.StringA string representation of the name of the new field.
See also
Reference
SPFieldContactInformation class
SPFieldContactInformation members