PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Gets the image metadata (in xml format).

Syntax

Smartsite SXML CopyCode image Copy Code
xml imageproperties.getmetadata(locator locator)
xml imageproperties.getmetadata(locator locator, boolean includeMetadata)
xml imageproperties.getmetadata(locator locator, boolean includeMetadata, string filter)

Parameters

Name Data Type Description
locator Locator The Locator.
includeMetadata Boolean If set to 'true' extended metadata (like exif) will be included as well.
filter String Filter expression (when not specified, defaults to "Source <> 'xmp' AND Type <> 8").

Return Value

Data Type Description
XML The image metadata in xml format.