Script: Class dw.content.ContentSearchRefinementDefinition

Class ContentSearchRefinementDefinition

This class provides an interface to refinement options for content search.

Properties

folderRefinement : boolean Read Only

Identifies if this is a folder refinement.

Constructor Summary

This class does not have a constructor, so you cannot create it directly.

Method Summary

isFolderRefinement() : boolean

Identifies if this is a folder refinement.

Methods inherited from class SearchRefinementDefinition

getAttributeID, getCutoffThreshold, getDisplayName, getValueTypeCode, isAttributeRefinement

Methods inherited from class ExtensibleObject

describe, getCustom

Methods inherited from class PersistentObject

getCreationDate, getLastModified, getUUID

Methods inherited from class Object

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

Method Detail

isFolderRefinement

isFolderRefinement() : boolean

Identifies if this is a folder refinement.

Returns:

true if this is a category refinement, false otherwise.