SPFieldCallTo Constructor (SPFieldCollection, String)
Initializes a new instance of the SPFieldCallTo class based on the specified field collection and field name.
Namespace: Microsoft.SharePoint.Applications.GroupBoard
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
fields As SPFieldCollection, _
fieldName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim fieldName As String
Dim instance As New SPFieldCallTo(fields, _
fieldName)
public SPFieldCallTo(
SPFieldCollection fields,
string fieldName
)
Parameters
fields
Type: Microsoft.SharePoint.SPFieldCollection[Microsoft.SharePoint.SPFieldCollection] collection that contains the new instances SPField to call.
fieldName
Type: System.StringName of the new SPField instance to call.