Reports.getMissingWebPOrBaseImages (Method)
Returns zero or more structures, each containing information about missing WebP versions of an image. Structure information includes the image's description, file name, file size, ID, and so on.
Returns:
Reports_GetMissingWebPOrBaseImages_Result (rowlimitedquery)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
galleryID | ImageGalleryID_0 | Optional. Defaults to '0'. | ID of an image gallery. 0 means all galleries. |
limit | QueryRowLimit | Optional. Defaults to '#this.LIMIT_TO_SCALABILITY_MAX#'. | An integer specifying one more than the maximum number of rows CommonSpot can return. Special values are: 0: Returns all records. -1: Returns the number of records specified in the UI scalability setting. |
Context:
License Requirements | (none) |
Permission Requirements | ContributorOrServerCode |
Deny Context | (none) |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None