Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - DocumentSetAnnotations
Inserts annotations into a document
Declaration
public string DocumentSetAnnotations ( string apiKey, string itemID, string annotationXML, bool replaceExistingAnnotations );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
itemID | The document's ID | |
annotationXML | The XML containing the definition of the new annotations (as returned by DocumentGetAnnotations) | |
replaceExistingAnnotations | bool | If true, all existing annotations will be removed from the target document before the insertion |
Returns
A valid XML string
Security rights needed
Edit
Apply on resource
Documents