AnalysisApplication Save Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Save()
Exceptions

ExceptionCondition
System InvalidOperationExceptionIf no document is opened
-or-
If the document was not previously saved.
System.IO IOExceptionIf there are any issues in accessing the file.
Spotfire.Dxp.Framework.Library LibraryExceptionIf there are any issues in accessing the library.
Spotfire.Dxp.Framework.ApplicationModel CanceledExceptionIf the saving of the document is canceled by the user.
See Also