SP. Objeto Taxonomy.Term (sp.taxonomy)
Representa un Term o una palabra clave en una jerarquía de metadatos administrados.
Ú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.Term()
Miembros
El objeto Term tiene los siguientes miembros.
Constructor
El objeto Term tiene el siguiente constructor.
Constructor |
Descripción |
---|---|
Initializes a new instance of the SP. Objeto Taxonomy.Term (sp.taxonomy) object. |
Métodos
El objeto Term tiene los siguientes métodos.
Método |
Descripción |
---|---|
Creates and returns a sibling copy of the current Term object within the current TermSet object. |
|
Deletes all local custom properties. |
|
Deletes a local custom property from the current object. |
|
Deprecates or enables the current Term object. |
|
Gets all of the Label objects for the provided lcid parameter. |
|
Gets the description of the Term in the LCID. |
|
Indicates whether the current Term object is a descendent Term of the specified Term. |
|
Gets the path for the current Term in the specified lcid. |
|
Returns all Term instances that are descendants of the current Term with a Label in the provided LCID matching the string provided. It only checks default Labels if defaultLabelOnly is true. |
|
Merges the current Term object with the specified Term and returns the combined Term. |
|
Moves the current Term object to be a child of a different Term. |
|
Reassigns the source term status to one of the other reused instances of this Term object. |
|
Sets the LCID-specific description of this Term object. |
|
Sets a new local custom property or updates the value of an existing local property. |
Propiedades
El objeto Term tiene las siguientes propiedades.
Propiedad |
Descripción |
---|---|
Gets or sets the description of the current Term object. |
|
Gets whether the current Term object has been deprecated. |
|
Gets whether the current Term object is a keyword in the keyword term set. |
|
Gets a Boolean value that indicates if this is a pinned object. |
|
Gets a Boolean value that indicates if this is a pinned object and the root of the pinned tree. |
|
Gets whether the current Term object is a reused Term. |
|
Gets whether the current Term object is at the root of the TermSet object |
|
Gets whether the current Term is the source Term among reused terms. |
|
Gets a collection of Label objects for the current Term object. |
|
Gets the collection of local custom properties for this term. |
|
Gets a read-only collection of Term Ids. Term objects identified by those Ids have been merged into the current Term. |
|
Gets the parent Term object of the current Term. |
|
Gets the path for this Term in the TermStore default language. |
|
Gets the TermSet object that contains the term to which this object is pinned. |
|
Gets all of the instances of the current Term object that are reused in other TermSet objects. |
|
Gets the source Term if the current Term is a reused term. |
|
Gets the number of child Term objects. |
|
Gets the collection of all TermSet objects where the current Term object is located. |