ResolvedImageURLAssocArray (Type)

Associative array of ResolvedImageURL objects.

Based On:

AssociativeArray

Item Field Type:

ResolvedImageURL

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 an associative array of ResolvedImageURL objects.