Property | Description | Returns |
---|---|---|
path | Get the path for this image | string |
fullPath | Get the full path for this image. Alias for getPath. | string |
mimeType | Get the mime type of the image | string |
format | Get the format of the image | string |
blank | Return the information that this is not a blank image | bool |
type | Get the type of the image. Always returns "image". | string |
width | int | |
height | int | |
aspectRatio | float | |
name | string | |
id | int | |
filename | Filename | |
created | Get the date the record was created. | DateTime |
modified | Get the last modification date for the record. | DateTime |
activeRevision | ImageRevision | |
revisions | Collection (ImageRevision) | |
lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | ImageRevision |
tags | Collection (Tag) | |
categories | Collection (Category) |
Files\Models\Api\Image
Image