| Property | Description | Returns |
|---|---|---|
| mimeType | Get the mime type of the image revision | string |
| format | Get the format of the image revision | string |
| aspectRation | Get the aspect ration for the image revision based on the images width and height | float |
| activeRevision | Check if the revision is the active revision | bool |
| blank | Return the information that this is not a revision of the blank image | bool |
| id | int | |
| width | Get the width of the image in pixels | int |
| height | Get the height of the image in pixels | int |
| name | Get the name of the image revision - this is usually used as ALT text | string |
| text | Get the description of the image revision - this is usually only used internally, e.g. to explain changes in a new revision | string |
| created | Get the date the record was created. | DateTime |
| modified | Get the last modification date for the record. | DateTime |
| createdBy | User | |
| modifiedBy | User | |
| image | Image | |
| virtualFile | VirtualFile |
Files\Models\Api\ImageRevision
ImageRevision