Property | Description | Returns |
---|---|---|
name | Get the name for the active revision | string |
originalPath | Get the original path for the faq page without custom urls applied | string |
fullSlug | string | |
fullPath | string | |
id | int | |
slug | string | |
created | Get the date the record was created. | DateTime |
modified | Get the last modification date for the record. | DateTime |
published | DateTime | |
activeRevision | PageRevision | |
revisions | Collection (PageRevision) | |
lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | PageRevision |
parent | Page | |
sourcePage | Page | |
relatedPages | Collection (Page) | |
language | Language | |
seoSettings | SeoSettings | |
site | Site | |
createdBy | User | |
modifiedBy | User | |
owner | User | |
published | Check if the record is published. | bool |
children | Collection (Page) | |
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 |
Faq\Models\Api\Page
Page