SP. Объект Taxonomy.CustomPropertyMatchInformation (sp.taxonomy)

Используется в качестве входного параметра для методов, которые извлекают объекты, основанные на условие соответствия определенного настраиваемого свойства.

Дата последнего изменения: 9 марта 2015 г.

Область применения: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Taxonomy.CustomPropertyMatchInformation()

Элементы

Объект CustomPropertyMatchInformation содержит следующие элементы.

Конструктор

Объект CustomPropertyMatchInformation имеет следующий конструктор.

Конструктор

Описание

CustomPropertyMatchInformation

Initializes a new instance of the SP. Объект Taxonomy.CustomPropertyMatchInformation (sp.taxonomy) object.

Методы

Объект CustomPropertyMatchInformation содержит следующие методы.

Метод

Описание

newObject

Properties

Объект CustomPropertyMatchInformation имеет следующие свойства.

Свойство

Описание

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