SP.Taxonomy.CustomPropertyMatchInformation object (sp.taxonomy)

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

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

var object = new SP.Taxonomy.CustomPropertyMatchInformation()

Members

The CustomPropertyMatchInformation object has the following members.

Constructor

The CustomPropertyMatchInformation object has the following constructor.

Constructor

Description

CustomPropertyMatchInformation

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

Methods

The CustomPropertyMatchInformation object has the following methods.

Method

Description

newObject

Properties

The CustomPropertyMatchInformation object has the following properties.

Property

Description

customPropertyName

The custom property name with which to match.

customPropertyValue

The custom property value with which to match.

resultCollectionSize

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

stringMatchOption

Indicates whether to search for custom property names and values that start with the specified strings, or search for those that exactly match the specified strings.

trimUnavailable