Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - DocumentCopyVariableDefinitions
Duplicates variable definitions from one document to another
Declaration
public string DocumentCopyVariableDefinitions ( string apiKey, string fromItemID, string toItemID, bool replaceExistingVariables );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
fromItemID | The ID of the document from which the variables will be copied | |
toItemID | The id of the document to which the variables need to be copied | |
replaceExistingVariables | bool | If true, all previously existing variables are first removed in the target document |
Returns
A valid XML string
Security rights needed
Edit
Apply on resource
documents