SPFieldCallTo constructor
Initializes a new instance of the SPFieldCallTo class.
Overload list
Name | Description | |
---|---|---|
![]() |
SPFieldCallTo(SPFieldCollection, String) | Initializes a new instance of the SPFieldCallTo class based on the specified field collection and field name. |
![]() |
SPFieldCallTo(SPFieldCollection, String, String) | Initializes a new instance of a SPFieldCallTo class based on the typeName, and fieldName parameters. This constructor is for creating new field that does not exist in the [Microsoft.SharePoint.SPFieldCollection]. |
Top