ResolvedImageURL (Type)
A structure whose members contain information for resolved URL of an image.
Based On:
Structure
Structure Fields:
Field Name | Type | Description |
---|---|---|
Absolute | String | The fully qualified image URL, or an empty string if not found. |
Absolute_webP | String | The fully qualified webP version of the image URL, or an empty string if not found. |
ImageFound | Boolean | Boolean value indicating if the image could be found or not. |
ImageFound_webP | Boolean | Boolean value indicating if thewebP version of the image could be found or not if webP is enabled. |
ServerRelative | String | The server relative image URL or, or an empty string if not found if webP is enabled. |
ServerRelative_webP | String | The server relative webP version of the image URL or, or an empty string if not found if webP is enabled. |
Error Message:
Must be a structure whose members contain information for resolved URL of an image.