incrExport getUpdateData

Available for: Content Management Server

Task: Returns all file data required for exporting the file referenced in the update record identified with id. The data will be formatted as an XML document suitable to be interpreted by the Template Engine.

Syntax:

incrExport getUpdateData updateRecordId id

Function parameters:

  • id specifies the ID of the update record referring to the file whose data are to be returned.

Return value if successful: the corresponding XML document containing the data (string). The document’s root element is updateData.

Necessary permissions: The user must be a super user or have the permissionGlobalExport permission.

Example:

CM>incrExport getUpdateData updateRecordId 4711
(the update data)