AnalysisApplicationSave Method TIBCO Spotfire 7.6 API Reference
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

ExceptionCondition
InvalidOperationExceptionIf no document is opened
-or-
If the document was not previously saved.
IOExceptionIf there are any issues in accessing the file.
LibraryExceptionIf there are any issues in accessing the library.
CanceledExceptionIf 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

Reference