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.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public void Save()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If no document is opened -or- If the document was not previously saved. |
IOException | If there are any issues in accessing the file. |
LibraryException | If there are any issues in accessing the library. |
CanceledException | If the saving of the document is canceled by the user. |
Version Information
Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also
See Also