Поделиться через


SP. Объект Taxonomy.TermSetItem (sp.taxonomy)

Предоставляет краткое описание объекта TaxonomyItem , который является родительских объектов терминов .

Дата последнего изменения: 9 марта 2015 г.

Область применения: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Taxonomy.TermSetItem()

Элементы

Объект TermSetItem содержит следующие элементы.

Конструктор

Объект TermSetItem имеет следующий конструктор.

Конструктор

Описание

TermSetItem

Initializes a new instance of a SP. Объект Taxonomy.TermSetItem (sp.taxonomy) object.

Методы

Объект TermSetItem содержит следующие методы.

Метод

Описание

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.

Свойства

Объект TermSetItem имеет следующие свойства.

Свойство

Описание

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.

Владелец

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

термины

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