Property | Description | Returns |
---|---|---|
fullSlug | Get the slug of the page, including the slugs of parent pages | string |
fullPath | Get the full path including the module route name | string |
originalPath | Get the original path for the category without any custom urls applied | string |
id | int | |
name | string | |
slug | string | |
created | Date the record was created. | DateTime |
modified | Last modification date for the record. | DateTime |
published | DateTime | |
language | Language | |
category | Category | |
activeRevision | CategoryDescriptionRevision | |
seoSettings | SeoSettings | |
site | Site | |
published | Determines if the record is published. | bool |
revisions | Collection (CategoryDescriptionRevision) | |
lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | CategoryDescriptionRevision |
customUrl | Get the custom url used for the page. This will take precedence over the slugs of this page, parent page and the module. | CustomUrl |
Products\Models\Api\CategoryDescription
CategoryDescription