Image.moveToGallery (Method)
Method to move images from one gallery to another.
Returns:
JobID (integer)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
imageIDList | ImageIDList | Required | List of ID's for images to move. |
galleryID | ImageGalleryID | Required | ID of the image gallery to move to. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | This method may be customized at the site level |
Error Codes:
Code | Error Message |
---|---|
24507 | $1 |
24508 | Could not make the image private as could not rename the image file. |
24509 | Another object with the title '$1' already exists. |
24510 | Could not calculate the dimensions (height/width) of the image provided. |
Notes:
None