SaveDocument
Saves a Web Intelligence document in the CMS repository.
Input
| Name | Type | Required | Description |
| DocumentID | String | True | The identifier of the document to save. |
| Overwrite | Bool | False | An optional parameter that can be used to avoid overwriting an existing version of the document. If set to false, an error will be returned if the document already exists.
The default value is true. |
| WithComments | Bool | False | An optional parameter that enables copying all the comments in the source document to the saved document. If set to true, all the comments of the source document will be copied to the target document.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
| Details | String | Details of execution failure. NULL if success=true. |