ImageGallery (Component)
Methods marked below with [L] may be logged at the site level (if transaction logging is licensed and enabled by the administrator)
Methods marked below with [C] may be customized at the site level
Methods:
create [L] [C] | Creates a new image gallery. |
createAlternateSize [L] [C] | Method to create alternate image for a provided imageID and sizeID. |
createAlternateSizes [L] [C] | Method to create alternate sizes for an image. |
createWebPOrBaseImages [L] [C] | Creates a WebP image for each image in the specified image gallery. |
delete [L] [C] | Deletes the specified image gallery. |
deleteMultiple [C] | Deletes one or more image galleries. |
deleteSize [L] [C] | Deletes the specified image gallery size specifications. |
findAndRemoveOrphanedImages [L] [C] | Method to find and remove the orphaned images from the provided image gallery ID. |
fixImages [L] [C] | Method to fix image issues for the provided gallery. |
getDefault [C] | Gets the default image gallery for an user. |
getImageFileName [C] | Structure of image filenames for the provided base file name of an image, depending on the gallery size restrictions and the provided dimensions. Width, height, and percentage cannot all be 0. Width and height can either be numeric, or a range in the form minimum-maximum. Percentage is ignored if width and height are both passed. |
getImageFileNameFromID [C] | Returns the filename for the provided image ID, depending on the gallery size restrictions and the provided dimensions. Width, height, and percentage cannot all be 0. Width and height can either be numeric, or a range in the form minimum-maximum. Percentage is ignored if width and height are both passed. |
getInfo [C] | Returns information for the provided image gallery ID. |
getList [C] | Returns a list of image galleries. |
getRemoveConflicts [C] | Method to get the conflicts reasons for moving an image from the image gallery to Private Images gallery for the owner of the image. |
getSizeInfo [C] | Returns information for the provided image gallery size specification ID. |
getSizeList [C] | Returns a list of image gallery size specifications. |
getUserGallerySelectList [C] | Returns a query of select options of image galleries. |
isWebPRenderingEnabled [C] | Returns a boolean value indicating if WebP rendering is enabled for the specified gallery or not. |
markAsFavorite [L] [C] | Sets the specified image gallery as favorite for the user. |
remove [L] [C] | Removes the specified image from the gallery. |
removeAlternateSizeThumbnails [L] [C] | Method to find and remove the alternate size thumbnail images from the provided image gallery ID. |
removeFavorite [L] [C] | Removes the specified image gallery from the favorite list of the user. |
removeMultiple [C] | Removes one or more images from the specified image gallery. |
saveSize [L] [C] | Creates a new or updates an existing image gallery size specification. |
setDefault [L] [C] | Sets the default image gallery for an user. |
update [L] [C] | Updates property changes to the specified Image Gallery. |
validateInfo [C] | Validate the provided image gallery name. |