Poq.SDK.Node

Home > @poq/sdk-sfcc > Content

Content class

Document representing a content asset.

Signature:

export declare class Content extends BaseModel<Content> 

Extends: BaseModel<Content

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Content class

Properties

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.