TaxonomyFieldValue Members
Include Protected Members
Include Inherited Members
Represents a single value held in a TaxonomyField object.
The TaxonomyFieldValue type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
Label | Gets or sets the label of the TaxonomyField object. | |
TermGuid | Gets or sets a string representing the term GUID. | |
ValidatedString | Gets a validated, serialized string representation of the TaxonomyFieldValue object. | |
WssId | Gets or sets the list item ID of the list item containing the taxonomy field value that is encapsulated by the TaxonomyFieldValue object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PopulateFromLabelGuidPair | Updates the value of the TaxonomyFieldValue object with the specified text data. | |
ToString | Returns a formatted string representing the TaxonomyFieldValue object. (Overrides Object.ToString().) |
Top