SPField constructor
Initializes a new instance of the SPField class.
Overload list
Name | Description | |
---|---|---|
SPField(SPFieldCollection, String) | Initializes a new instance of the SPField class based on the specified field collection object and field name. | |
SPField(SPFieldCollection, String, String) | Initializes a new instance of the SPField class based on the specified field collection object, field type, and field name. |
Top