TermSet Methods
Include Protected Members
Include Inherited Members
The TermSet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
AddStakeholder | Adds a stakeholder to the TermSet object. |
![]() |
Copy | Creates a copy of the TermSet object under the current parent Group object. |
![]() |
CreateTerm(String, Int32) | Creates a new Term below this TaxonomyItem instance.The name is the default Label for the LCID specified. (Inherited from TermSetItem.) |
![]() |
CreateTerm(String, Int32, Guid) | Creates a new Term object below this TaxonomyItem object.The name is the default Label for the specified LCID. (Inherited from TermSetItem.) |
![]() |
Delete | Deletes the current TermSet from the current Group object. (Overrides TaxonomyItem.Delete().) |
![]() |
DeleteStakeholder | Deletes a stakeholder from the TermSet object. |
![]() |
DoesUserHavePermissions | Verifies whether the current user has the permissions specified. (Inherited from TermSetItem.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Export | This method is not implemented. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAllTerms | Returns a collection containing a flat list of all Term objects in the TermSet object. |
![]() |
GetChanges(DateTime) | Gets a collection of ChangedItem objects that represent changes to the current TermSet since a specified time. |
![]() |
GetChanges(DateTime, ChangedItemType) | Gets a collection of ChangedItem objects that represent changes to the current TermSet object since a specified time, restricted by item type. |
![]() |
GetChanges(DateTime, ChangedItemType, ChangedOperationType) | Gets a collection of ChangedItem objects that represent changes to the current TermSet since a specified time, restricted by item type and operation type. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetTerm | Gets a Term from the current TermSet based on its ID. |
![]() |
GetTerms(Int32) | Gets a paged collection containing the child Term objects of this TermSetItem object (Inherited from TermSetItem.) |
![]() |
GetTerms(String, Boolean) | Gets a collection of all Term objects from the current TermSet that have a Label object that matches the string provided in any LCID. |
![]() |
GetTerms(String, Int32, Boolean) | Gets a collection of all Term objects from the current TermSet object with a Label in the specified LCID matching the string provided. |
![]() |
GetTerms(String, Boolean, StringMatchOption, Int32, Boolean) | Gets a collection of all Term objects from the current TermSet object with a Label matchingthe string provided in any LCID, with an option to only search default labels. |
![]() |
GetTerms(String, Int32, Boolean, StringMatchOption, Int32, Boolean) | Gets a collection of all Term objects from the current TermSet with a Label in the provided LCID matching the string provided, with an option to only search default labels. |
![]() |
GetTermsWithCustomProperty(String, Boolean) | Gets a collection of Term objects with a property that has the provided property name. |
![]() |
GetTermsWithCustomProperty(String, Int32, Boolean) | Gets a collection of Term objects with a property with the provided property name. |
![]() |
GetTermsWithCustomProperty(String, String, Boolean) | Gets a collection of Term objects with a custom property with the provided property name and the provided property value. |
![]() |
GetTermsWithCustomProperty(String, String, StringMatchOption, Boolean) | Gets a collection of Term objects with a custom property starting with or matching the provided property name and the provided property value. |
![]() |
GetTermsWithCustomProperty(String, String, StringMatchOption, Int32, Boolean) | Gets a collection of Term objects with a custom property starting with or matching the provided property name and the provided property value. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Move | Moves the current TermSet into a different Group object, |
![]() |
ReuseTerm | Creates a new reused Term object below this TaxonomyItem object based on a sourceTerm. (Inherited from TermSetItem.) |
![]() |
ToString | (Inherited from Object.) |
Top
.gif)
.gif)