/
Webservice Functions - DocumentCopyAnnotations
Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - DocumentCopyAnnotations
Duplicates annotations from one document to another
Declaration
public string DocumentCopyAnnotations ( string apiKey, string fromItemID, string toItemID, bool replaceExistingAnnotations );
Arguments
Name |
Type |
Description |
---|---|---|
apiKey |
The API key previously generated by calling the GenerateApiKey function |
|
fromItemID |
The original document's ID |
|
toItemID |
The new document's ID |
|
replaceExistingAnnotations |
If true, all existing annotations are first removed from the target document |