SP.Taxonomy.LabelMatchInformation object (sp.taxonomy)

Used as an input parameter for methods that retrieve objects based on specific label-matching criteria.

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

var object = new SP.Taxonomy.LabelMatchInformation()

Members

The LabelMatchInformation object has the following members.

Constructor

The LabelMatchInformation object has the following constructor.

Constructor

Description

LabelMatchInformation

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

Methods

The LabelMatchInformation object has the following methods.

Method

Description

newObject

Properties

The LabelMatchInformation object has the following properties.

Property

Description

defaultLabelOnly

Indicates whether only default labels should be matched against in the search.

excludeKeyword

Indicates whether to exclude Term objects that are in the keyword’s TermSet.

lcid

The language code identifier (LCID) of the Term.labels to be matched.

resultCollectionSize

Indicates the maximum number of objects to include in the returned collection.

stringMatchOption

Indicates whether to search for Term.labels that start with the specified string, or those that have an exact match.

termLabel

The Label of the Term to get.

trimDeprecated

Indicates whether to trim out Term objects that have Term.isDeprecated set to true.

trimUnavailable