Home > @poq/sdk-sfcc > Content
Document representing a content asset.
Signature:
export declare class Content extends BaseModel<Content>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the Content class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cBody? | string | (Optional) | |
| cCustomCSSFile? | string | (Optional) Use this attribute to apply custom styles for this content asset. | |
| cYear? | string | (Optional) | |
| description? | string | (Optional) The localized content asset description. | |
| id | string | The id of the content asset. | |
| name? | string | (Optional) The localized content asset name. | |
| pageDescription? | string | (Optional) The localized content asset page description. | |
| pageKeywords? | string | (Optional) The localized content asset page description. | |
| pageTitle? | string | (Optional) The localized content asset page title. |