Share via


SP. Objeto Taxonomy.TermSetItem (sp.taxonomy)

Proporciona una abstracción del objeto TaxonomyItem que es un elemento primario de objetos Term.

Ú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.TermSetItem()

Miembros

El objeto TermSetItem tiene los siguientes miembros.

Constructor

El objeto TermSetItem tiene el siguiente constructor.

Constructor

Descripción

TermSetItem

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

Métodos

El objeto TermSetItem tiene los siguientes métodos.

Método

Descripción

createTerm

Creates a new Term object under this TaxonomyItem object. The name is the default Label for the specified language code identifier (LCID).

deleteAllCustomProperties

Deletes all custom properties.

deleteCustomProperty

Deletes a custom property.

getTerms

Gets a paged collection containing the child Term objects of this TermSetItem object.

reuseTerm

Creates a new reused Term object under this TaxonomyItem object based on a source term.

reuseTermWithPinning

Creates a new Term under this TaxonomyItem (based on a source term and makes this Term pinned so that only the local custom properties, IsAvailableForTagging and custom sort order for this TermSet can be changes in this TermSet.

setCustomProperty

Adds a new custom property or updates the value of an existing property.

Propiedades

El objeto TermSetItem tiene las siguientes propiedades.

Propiedad

Descripción

customProperties

Specifies the collection of effective custom property instances for this Term or TermSet.

customSortOrder

Specifies the custom sort order for the child items of the current item.

isAvailableForTagging

Specifies the information about whether the TaxonomyItem appears in the tagging user interface.

Propietario

Specifies the name of the protocol client user who is responsible for this TaxonomyItem object.

Términos

Gets a collection of the child Term objects of this TaxonomyItem.