SP.Taxonomy.TaxonomyItem object (sp.taxonomy)

Base class that represents an item in the term store.

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

var object = new SP.Taxonomy.TaxonomyItem()

Members

The TaxonomyItem object has the following members.

Constructor

The TaxonomyItem object has the following constructor.

Constructor

Description

TaxonomyItem

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

Methods

The TaxonomyItem object has the following methods.

Method

Description

deleteObject

Deletes the current TaxonomyItem object from the system.

normalizeName

Normalizes a name of a TaxonomyItem object.

Properties

The TaxonomyItem object has the following properties.

Property

Description

createdDate

Gets the DateTime at which this item was created.

id

Gets the Id of the current TaxonomyItem.

lastModifiedDate

Gets the DateTime at which this item was most recently updated.

name

Gets or sets the name of the current TaxonomyItem object.

termStore

Gets the TermStore object from which the current TaxonomyItem was retrieved.