| Property | Description | Returns |
|---|---|---|
| originalPath | Get the original path for the category without any custom urls applied | string |
| fullSlug | Get the full slug for this description | string |
| fullPath | Get the full path including the module route name | string |
| assignedWorkflow | Get the workflow assigned to the record or entity | Workflow |
| assignedWorkflow | Check whether the record has an assigned workflow | bool |
| branches | Get the branches associated with the record | Collection |
| numRevisionsWithoutBranch | Get the number of revisions without branch | int |
| revisionsWithoutBranch | Get all revisions without branch | Collection |
| activeRevision | CategoryDescriptionRevision | |
| category | Category | |
| container | Returns the category as the container of the description | Category |
| lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | CategoryDescriptionRevision |
| id | int | |
| name | string | |
| slug | string | |
| created | Date the record was created. | DateTime |
| modified | Last modification date for the record. | DateTime |
| published | DateTime | |
| published | Determines if the record is published. | bool |
| language | Language | |
| site | Site | |
| seoSettings | SeoSettings | |
| revisions | Collection (CategoryDescriptionRevision) | |
| default | Checks if current description is the default description of its container | bool |
| 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