Property | Description | Returns |
---|---|---|
name | Get the name for the active revision | string |
text | Get the text for the active revision | string |
parents | Get the parents of this page, with this page being the last element in the array | array |
fullSlug | string | |
fullPath | string | |
originalPath | string | |
global | Return the info that this is a global documentation page | bool |
commentsCount | Get the number of comments for this page. | int |
id | int | |
position | 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 | GlobalPageRevision | |
parent | GlobalPage | |
published | Check if the record is published. | bool |
revisions | Collection | |
lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | GlobalPageRevision |
children | Collection | |
comments | Collection |
Documentation\Models\Api\GlobalPage
GlobalPage