Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - DocumentSetDocumentEventActions
Applies Document Event Action definitions to a document
Declaration
public string DocumentSetDocumentEventActions ( string apiKey, string itemID, string definitionXML, bool replaceExistingActions );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
itemID | The document's ID | |
definitionXML | The XML describing the actions as returned by DocumentGetDocumentEventActions | |
replaceExistingActions | bool | If true, all existing actions will be removed from the target document before insertion of the new ones |
Returns
A valid XML string
Security rights needed
Edit
Apply on resource
documents