SP.Taxonomy.Label object (sp.taxonomy)

Represents the name of a Term object in a specific language.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Taxonomy.Label()

Members

The Label object has the following members.

Constructor

The Label object has the following constructor.

Constructor

Description

Label

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

Methods

The Label object has the following methods.

Method

Description

deleteObject

Deletes the current Label object.

setAsDefaultForLanguage

Sets the current Label object as the default label for its language.

Properties

The Label object has the following properties.

Property

Description

isDefaultForLanguage

Indicates whether this Label object is the default label for the label's language.

language

Indicates the locale of the current Label object.

term

Returns the Term object that the current Label object is associated with.

value

Gets the value of the current Label object.