Saves the tracked change in a certain format and sends the result back asynchronously by calling a given callback function.
<void> TrackedChange.save(<StreamType> streamType, <SaveDocumentCallback> callback, [<SaveSettings> saveSettings], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
stream |
Specifies one of the Stream |
callback | Receives the tracked change's data in a certain format including additional information. |
save |
Optional. Specifies additional settings for saving. |
error |
Optional. Is called when the operation failed with an error. |