Sets one or more parameters of a global document type from an XML document.
update globalDocumentTypes --UPDATE_METHOD=method --INPUT_FILE=xml_filename
or
update globalDocumentTypes -a method -i xml_filename
Method to use when updating the properties of an object:
overwrite
: Replaces the existing property values with the new values.
Path to the XML document that configures the object. See globalDocumentTypes.
This example updates the global document types:
SES>update globalDocumentTypes -a overwrite --INPUT_FILE=globaldocumenttypes.xml
The object "globalDocumentTypes" was successfully updated.