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