AnalysisApplication Save Method (String) TIBCO Spotfire 6.0 API Reference
Saves the currently opened Document, if any, to the file given by fileName.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ObsoleteAttribute("Use Save() or SaveAs(string, DocumentSaveSettings) instead.")]
public virtual void Save(
	string fileName
)

Parameters

fileName
Type: System String
The name of the file to save.
See Also