sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
46 lines (24 loc) • 862 B
Markdown
# Package: dw.suggest
Class SuggestedContent
# Inheritance Hierarchy
- Object
- dw.suggest.SuggestedContent
# Description
This class represents a suggested content page. Use getContent() method to get access to the actual Content object.
# Properties
## content
**Type:** Content (Read Only)
This method returns the actual Content object corresponding to this suggested content.
# Constructor Summary
# Method Summary
## getContent
**Signature:** `getContent() : Content`
This method returns the actual Content object corresponding to this suggested content.
# Method Detail
# Method Details
## getContent
**Signature:** `getContent() : Content`
**Description:** This method returns the actual Content object corresponding to this suggested content.
**Returns:**
the content object corresponding to this suggested content
---