dms.GetXMLJobOptions
This job returns all options of the jobs XMLInsert, XMLUpdate, XMLMove and XMLDelete.
1. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
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 optiondescription — Description of the optiondefaultvalue — default value: SET (enabled by default), NOT_SET (not enabled), UNDEFINED (not defined)
|
Architecture of JobOptions:
<DMSOptions>
<DMSOption optionstring="..." description="..." defaultvalue="..."/>
...
</DMSOptions>