Creates a version on a dirty document by implictly saving it first. This method is not applicable when saving a document for the first time. In that case, you must use the Document.saveAs method. You can determine if a document has been saved by checking the value of the isSaved property.
"fusionDocument_var" is a variable referencing a FusionDocument object. |
"fusionDocument_var" is a variable referencing a FusionDocument object. |
| Type | Description |
| boolean | Returns true if saving the document with data version was successful. |
| Name | Type | Description |
| versionDescription | string | The description associated with the data version. |