dms.GetXMLJobOptions

This job returns all options of the jobs XMLInsert, XMLUpdate, XMLMove and XMLDelete.

1. Output Parameters

Name Type Dependency Description

JobOptions

BASE64

List of all job options in XML format

2. Return Value

(INT): 0 = Job successful, otherwise error code
Complete list of error codes

More detailed description of JobOptions:
optionstring — Name of the option
description — Description of the option
defaultvalue — default value: SET (enabled by default), NOT_SET (not enabled), UNDEFINED (not defined)
Architecture of JobOptions:
<DMSOptions>
  <DMSOption optionstring="..." description="..." defaultvalue="..."/>
  ...
</DMSOptions>