g
Frontend | Backend | Api

Products\Models\Api\CategoryDescription

CategoryDescription

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
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