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

TermGroup

Initializes a new instance of the SP.Taxonomy.TermGroup object (sp.taxonomy) object.

Methods

The TermGroup object has the following methods.

Method

Description

createTermSet

Creates a new TermSet object in the current TermGroup object by using the provided language and the specified unique identifier.

exportObject

getChanges

Specifies a collection of ChangedItem objects that represent changes to this TermGroup since a specified time.

getTermSetsWithCustomProperty

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

description

Specifies the description of this TermGroup object.

isSiteCollectionGroup

Specifies information about whether this TermGroup object is used only by a specific TermGroupCollection.

isSystemGroup

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.

termSets

Specifies a collection of the child TermSet instances of this TermGroup.