TaxonomyFieldValue members

Represents a single value held in a TaxonomyField object.

The TaxonomyFieldValue type exposes the following members.

Constructors

  Name Description
Public method TaxonomyFieldValue(SPField) Initializes a new instance of a TaxonomyFieldValue object that is bound to the specified SharePointSPField object.
Public method TaxonomyFieldValue(String) Initializes a new instance of the TaxonomyFieldValue object that is based on the specified field value.
Public method 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
Public property Label Gets or sets the label of the TaxonomyField object.
Public property TermGuid Gets or sets a string representing the term GUID.
Public property ValidatedString Gets a validated, serialized string representation of the TaxonomyFieldValue object.
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PopulateFromLabelGuidPair Updates the value of the TaxonomyFieldValue object with the specified text data.
Public method ToString Returns a formatted string representing the TaxonomyFieldValue object. (Overrides Object.ToString().)

Top

See also

Reference

TaxonomyFieldValue class

Microsoft.SharePoint.Taxonomy namespace