TermSetItem members

Provides an abstraction of the TaxonomyItem object that is a parent of Term objects.

The TermSetItem type exposes the following members.

Properties

  Name Description
Public property CreatedDate Gets the DateTime at which this item was created. (Inherited from TaxonomyItem.)
Public property CustomProperties Gets the collection of effective CustomProperty instances for a Term or TermSet.
Public property CustomSortOrder Gets the custom sort order for children of the current item.
Public property Id Gets the Id of the current T:Microsoft.SharePoint.Taxonomy.TaxonomyItem. (Inherited from TaxonomyItem.)
Public property IsAvailableForTagging Gets and sets whether the TaxonomyItem should appear in the tagging UI
Public property LastModifiedDate Gets the DateTime at which this item was most recently updated. (Inherited from TaxonomyItem.)
Public property Name Gets or sets the name of the current TaxonomyItem object. (Inherited from TaxonomyItem.)
Public property Owner Gets and sets the name of the user who is responsible for this TaxonomyItem object.
Public property Terms Gets a collection of the child Term objects of this TaxonomyItem.
Public property TermStore Gets the TermStore object from which the current TaxonomyItem was retrieved. (Inherited from TaxonomyItem.)

Top

Methods

  Name Description
Public method CreateTerm(String, Int32) Creates a new Term below this TaxonomyItem instance.The name is the default Label for the LCID specified.
Public method CreateTerm(String, Int32, Guid) Creates a new Term object below this TaxonomyItem object.The name is the default Label for the specified LCID.
Public method Delete Deletes the current TaxonomyItem object from the system. (Inherited from TaxonomyItem.)
Public method DeleteAllCustomProperties Deletes all custom properties from this item.
Public method DeleteCustomProperty Deletes a specific custom property from this item.
Public method DoesUserHavePermissions Verifies whether the current user has the permissions specified.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetTerms Gets a paged collection containing the child Term objects of this TermSetItem object
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReuseTerm Creates a new reused Term object below this TaxonomyItem object based on a sourceTerm.
Public method ReuseTermWithPinning Creates a new Term below a TaxonomyItem instance based on a sourceTerm and makes the Term pinned so that only the local custom properties, IsAvailableForTagging, and custom sort order for the TermSet can be changed in the TermSet object.
Public method SetCustomProperty Sets a custom property for a TermSetItem.
Public method ToString (Inherited from Object.)

Top

See also

Reference

TermSetItem class

Microsoft.SharePoint.Taxonomy namespace