Share via


SP. Objeto Taxonomy.TermGroup (sp.taxonomy)

Representa el contenedor de nivel superior en un objeto TermStore.

Última modificación: lunes, 09 de marzo de 2015

Hace referencia a: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Taxonomy.TermGroup()

Miembros

El objeto TermGroup tiene los siguientes miembros.

Constructor

El objeto TermGroup tiene el siguiente constructor.

Constructor

Descripción

TermGroup

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

Métodos

El objeto TermGroup tiene los siguientes métodos.

Método

Descripción

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.

Propiedades

El objeto TermGroup tiene las siguientes propiedades.

Propiedad

Descripción

Descripción

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.