Template - addConfigurationObjectPart
Template - addConfigurationObjectPart
Description :
This command adds a configuration object part to an existing template. This command returns a handle to the updated template. Note that this handle is different from any previously returned handles. All other handles are invalid.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
templateKey | DBKey | Handle to the existing template to which you want to add a configuration object. |
assetPath | String | Path to the configuration object. |
configurationObjectClass | String | The name of the object. |
enableSnapshotOptions | String | Enable snapshot for named properties. |
disableSnapshotOptions | String | Disable snapshot for named properties. |
enableAuditOptions | String | Enable audit for named properties. |
disableAuditOptions | String | Disable audit for named properties. |
Example
See the example for addFilePart and the example for createConfigurationObjectTemplate .