AnalysisApplication SaveAs Method (String, DocumentSaveSettings) TIBCO Spotfire 5.5 API Reference
Saves the currently loaded document to the specified file name.

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

public void SaveAs(
	string fileName,
	DocumentSaveSettings settings
)

Parameters

fileName
Type: System String
The name of the file to save.
settings
Type: Spotfire.Dxp.Application DocumentSaveSettings
Controls some aspects of how the document is saved. For instance whether a configuration block is embedded.
Remarks

Will overwrite an existing file (if permissions allow this).
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also