AnalysisApplication Save Method (String) TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also