| Property | Description | Returns |
|---|---|---|
| areas | Collection | |
| areaGroups | Gets the layout area groups | Collection |
| activeRevision | Determines whether the revision is the active revision | bool |
| text | Get the text for this post revision. Also parses image and link placeholders in the process. | string |
| layout | Get the layout for this blog post revision | Layout |
| id | int | |
| type | string | |
| name | string | |
| created | Get the date the record was created. | DateTime |
| modified | Get the last modification date for the record. | DateTime |
| createdBy | User | |
| modifiedBy | User | |
| post | Post | |
| postAreas | Collection (PostArea) | |
| branch | RevisionBranch | |
| areasContent | Fetch content for all layout areas defined for the model as AreasContent object | AreasContent |
Blogs\Models\Api\PostRevision
PostRevision