Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - DocumentSetVariableDefinitions
Applies variable definitions to a document
Declaration
public string DocumentSetVariableDefinitions ( string apiKey, string itemID, string definitionXML, bool replaceExistingVariables );
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 variables, as returned by DocumentGetVariableDefinitions | |
replaceExistingVariables | bool | If true, all existing variables 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