(supports custom properties)
Document representing a content folder.
Property | Type | Constraints | Description |
---|---|---|---|
description
|
Localized<String> | The localized content folder description. | |
id
|
String | maxLength=256 | The id of the content folder. |
link
|
String | The link to the content folder resource. | |
name
|
Localized<String> | The localized content folder name. | |
online
|
boolean | A flag indicating whether the folder in online (default is false). | |
page_description
|
Localized<String> | The localized content folder page description. | |
page_keywords
|
Localized<String> | The localized content folder page keywords. | |
page_title
|
Localized<String> | The localized content folder page title. | |
page_url
|
Localized<String> | The localized content folder page URL. | |
parent_folder_id
|
String | The id of the parent content folder. | |
parent_link
|
String | The URL to the parent content folder. | |
sub_folders_link
|
String | The URL to list the content sub-folders. | |
template
|
String | The rendering template. |