Home > @poq/sdk-sfcc > ContentFolder
Document representing a content folder.
Signature:
export declare class ContentFolder extends BaseModel<ContentFolder>
Extends: BaseModel<ContentFolder
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ContentFolder class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cCustomCSSFile? | string | (Optional) Use this attribute to apply custom styles for this category. | |
| description? | string | (Optional) The localized content folder description. | |
| folders? | Array<ContentFolder> | (Optional) The array of content subfolders. This array can be empty. | |
| id | string | The id of the content folder. | |
| name? | string | (Optional) The localized content folder name. | |
| pageDescription? | string | (Optional) The localized content folder page description. | |
| pageKeywords? | string | (Optional) The localized content folder page description. | |
| pageTitle? | string | (Optional) The localized content folder page title. | |
| parentFolderId? | string | (Optional) The id of the parent content folder. |