TaxonomyItem members

The TaxonomyItem class is a base class that represents an item in the term store.

The TaxonomyItem type exposes the following members.

Properties

  Name Description
Public property CreatedDate Gets the DateTime at which this item was created.
Public property Id Gets the Id of the current T:Microsoft.SharePoint.Taxonomy.TaxonomyItem.
Public property LastModifiedDate Gets the DateTime at which this item was most recently updated.
Public property Name Gets or sets the name of the current TaxonomyItem object.
Public property TermStore Gets the TermStore object from which the current TaxonomyItem was retrieved.

Top

Methods

  Name Description
Public method Delete Deletes the current TaxonomyItem object from the system.
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 methodStatic member NormalizeName Normalizes a name of a TaxonomyItem object.
Public method ToString (Inherited from Object.)

Top

See also

Reference

TaxonomyItem class

Microsoft.SharePoint.Taxonomy namespace