SPFieldMultiChoice Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPFieldMultiChoice class.
Overload List
Name | Description | |
---|---|---|
SPFieldMultiChoice(SPFieldCollection, String) | Initializes a new instance of the SPFieldMultiChoice class with the specified field collection and field name. | |
SPFieldMultiChoice(SPFieldCollection, String, String) | Initializes a new instance of the SPFieldMultiChoice class that is based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection. |
Top