sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
49 lines (27 loc) • 871 B
Markdown
## Package: dw.content
# Class ContentSearchRefinementDefinition
## Inheritance Hierarchy
- Object
- dw.object.PersistentObject
- dw.object.ExtensibleObject
- dw.catalog.SearchRefinementDefinition
- dw.content.ContentSearchRefinementDefinition
## Description
This class provides an interface to refinement options for content search.
## Properties
### folderRefinement
**Type:** boolean (Read Only)
Identifies if this is a folder refinement.
## Constructor Summary
## Method Summary
### isFolderRefinement
**Signature:** `isFolderRefinement() : boolean`
Identifies if this is a folder refinement.
## Method Detail
## Method Details
### isFolderRefinement
**Signature:** `isFolderRefinement() : boolean`
**Description:** Identifies if this is a folder refinement.
**Returns:**
true if this is a category refinement, false otherwise.
---