Image.saveInfo (Method)
Updates standard metadata for the specified image.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | ImageID | Required | The Id of the image. |
categoryID | ImageCategoryID | Required | The ID of the image category. |
description | PlainText_NonNull_255 | Required | The image's description. |
metadata | MetadataValueArray | Optional. Defaults to '#ArrayNew(1)#'. | An array of MetadataValue structures that describes the metadata field(s) for the specified image, or an empty array if no metadata is to be specified. Note, you should pass data in the array for all the metadata fields that have data. Any existing data, for any non-specified fields will be either be deleted (if no default value is defined for that field) or updated with the default value. |
Context:
License Requirements | (none) |
Permission Requirements | image:author |
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:
None
Notes:
None