TermSetItem Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
CreatedDate | Gets the DateTime at which this item was created. (Inherited from TaxonomyItem.) | |
CustomSortOrder | Gets the custom sort order for children of the current item. | |
Id | Gets the Id of the current T:Microsoft.SharePoint.Taxonomy.TaxonomyItem. (Inherited from TaxonomyItem.) | |
IsAvailableForTagging | Gets and sets whether the TaxonomyItem should appear in the tagging UI | |
LastModifiedDate | Gets the DateTime at which this item was most recently updated. (Inherited from TaxonomyItem.) | |
Name | Gets or sets the name of the current TaxonomyItem object. (Inherited from TaxonomyItem.) | |
Owner | Gets and sets the name of the user who is responsible for this TaxonomyItem object. | |
Terms | Gets a collection of the child Term objects of this TaxonomyItem. | |
TermStore | Gets the TermStore object from which the current TaxonomyItem was retrieved. (Inherited from TaxonomyItem.) |
Top
Methods
Name | Description | |
---|---|---|
CreateTerm(String, Int32) | Creates a new Term below this TaxonomyItem instance.The name is the default Label for the LCID specified. | |
CreateTerm(String, Int32, Guid) | Creates a new Term object below this TaxonomyItem object.The name is the default Label for the specified LCID. | |
Delete | Deletes the current TaxonomyItem object from the system. (Inherited from TaxonomyItem.) | |
DoesUserHavePermissions | Verifies whether the current user has the permissions specified. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetTerms | Gets a paged collection containing the child Term objects of this TermSetItem object | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReuseTerm | Creates a new reused Term object below this TaxonomyItem object based on a sourceTerm. | |
ToString | (Inherited from Object.) |
Top