TaxonomyFieldValue Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
TaxonomyFieldValue(SPField) | Initializes a new instance of a TaxonomyFieldValue object that is bound to the specified SharePointSPField object. | |
TaxonomyFieldValue(String) | Initializes a new instance of the TaxonomyFieldValue object that is based on the specified field value. | |
TaxonomyFieldValue(String, SPField) | Initializes a new instance of the TaxonomyFieldValue object that is bound to the specified SPField object and is based on the specified field value. |
Top