TaxonomyItem Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
CreatedDate | Gets the DateTime at which this item was created. | |
Id | Gets the Id of the current T:Microsoft.SharePoint.Taxonomy.TaxonomyItem. | |
LastModifiedDate | Gets the DateTime at which this item was most recently updated. | |
Name | Gets or sets the name of the current TaxonomyItem object. | |
TermStore | Gets the TermStore object from which the current TaxonomyItem was retrieved. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the current TaxonomyItem object from the system. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
NormalizeName | Normalizes a name of a TaxonomyItem object. | |
ToString | (Inherited from Object.) |
Top