TermSet Members
Include Protected Members
Include Inherited Members
Represents a hierarchical or flat set of Term objects known as a "TermSet".
The TermSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
Contact | Gets and sets the contact for the current TermSet object. | |
CreatedDate | Gets the DateTime at which this item was created. (Inherited from TaxonomyItem.) | |
CustomSortOrder | Gets or sets the custom sort order of the current Term object. (Overrides TermSetItem.CustomSortOrder.) | |
Description | Gets and sets the description for the current TermSet object. | |
Group | Gets the parent Group object of the current TermSet object. | |
Id | Gets the Id of the current T:Microsoft.SharePoint.Taxonomy.TaxonomyItem. (Inherited from TaxonomyItem.) | |
IsAvailableForTagging | Gets or sets whether the TermSet object should appear in the tagging user interface. (Overrides TermSetItem.IsAvailableForTagging.) | |
IsOpenForTermCreation | Indicates whether the TermSet can be updated by all users, or alternatively just by the specified constributors for the Group object. | |
LastModifiedDate | Gets the DateTime at which this item was most recently updated. (Inherited from TaxonomyItem.) | |
Name | Gets and sets the name for the current TermSet object. (Overrides TaxonomyItem.Name.) | |
Owner | Gets or sets the user who is responsible for the current TermSet. (Overrides TermSetItem.Owner.) | |
Stakeholders | Gets the collection of stakeholders for the current TermSet object. | |
Terms | Gets a collection of child Term objects at the root of the TermSet object. (Overrides TermSetItem.Terms.) | |
TermStore | Gets the TermStore object from which the current TaxonomyItem was retrieved. (Inherited from TaxonomyItem.) |
Top
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