3.1.5.16 Microsoft.SharePoint.Client.Taxonomy.Term

TypeId: {5B8C81B7-7CD2-40DC-8525-5ECA12A4EB73}

ShortName: SP.Taxonomy.Term

Represents a term or a keyword in a managed metadata hierarchy.

Remarks:

A Term is stored as a TermSetItem (section 3.1.5.22) object in the TermStore (section 3.1.5.23) object. It contains references to the parts that define a TermSetItem.

A Term can be reused under different parent objects. It can have custom properties associated with it. It can have multiple Label (section 3.1.5.10) objects associated with it for different language code identifiers (LCIDs).

When the IsKeyword (section 3.1.5.16.1.1.7) property is set to true, the Term represents a keyword. A keyword does not have any child objects and is stored in a keyword TermSet (section 3.1.5.20).

Initialize a new instance of this class by using the CreateTerm (section 3.1.5.16.2.2.3) method, the static GetTerm (section 3.1.5.20.2.2.5) method, or by getting it from a TermCollection (section 3.1.5.17) object.