Saves the current loaded document to its last save location.
This is not possible if the loaded document was not an analysis file
loaded from a file path or from the library.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Exceptions
Exception | Condition |
---|---|
System InvalidOperationException | If no document is opened -or- If the document was not previously saved. |
System.IO IOException | If there are any issues in accessing the file. |
Spotfire.Dxp.Framework.Library LibraryException | If there are any issues in accessing the library. |
Spotfire.Dxp.Framework.ApplicationModel CanceledException | If the saving of the document is canceled by the user. |
Version Information
See Also