Property | Description | Returns |
---|---|---|
name | Fetches the name in the default description for this container | string |
slug | Fetches the slug for the default description for this container | string |
fullSlug | Fetches the full slug for the default description for this container | string |
fullPath | Fetches the full path for the default description for this container | string |
originalPath | Fetches the original path for the container without any custom urls applied | string |
defaultDescription | Fetches the description in the default language for this container. If no description in the default language, fetches the first one. If still no description exists, creates a new description with the default language. | Model |
id | int | |
position | int | |
created | Date the record was created. | DateTime |
modified | Last modification date for the record. | DateTime |
published | DateTime | |
parent | Category | |
children | Collection (Category) | |
site | Site | |
published | Determines if the record is published. | bool |
categoryElements | Collection (CategoryElement) | |
products | Gets products associated with current category | Collection |
descriptions | Collection (CategoryDescription) | |
fullPosition | Get the full, dot-separated full position for hierarchical records | string |
customFieldValues | Collection (CategoryCustomFieldValue) | |
customFieldContent | Get a serialized representation of the custom fields associated with the record | object |
customFields | Get the custom fields for this entity | array |
Products\Models\Api\Category
Category