SP.Taxonomy.TermGroup object (sp.taxonomy)
Represents the top-level container in a TermStore object.
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.Taxonomy.TermGroup()
Members
The TermGroup object has the following members.
Constructor
The TermGroup object has the following constructor.
Constructor |
Description |
---|---|
Initializes a new instance of the SP.Taxonomy.TermGroup object (sp.taxonomy) object. |
Methods
The TermGroup object has the following methods.
Method |
Description |
---|---|
Creates a new TermSet object in the current TermGroup object by using the provided language and the specified unique identifier. |
|
Specifies a collection of ChangedItem objects that represent changes to this TermGroup since a specified time. |
|
Gets a collection of all of the TermSet objects in this TermGroup that the current user has permissions to read, that have a custom property matching the criteria provided. |
Properties
The TermGroup object has the following properties.
Property |
Description |
---|---|
Specifies the description of this TermGroup object. |
|
Specifies information about whether this TermGroup object is used only by a specific TermGroupCollection. |
|
Specifies information about whether this TermGroup object is the system TermGroup. The system TermGroup is the TermGroup where TermSet objects are used by the system itself. |
|
Specifies a collection of the child TermSet instances of this TermGroup. |