AnalysisApplication SaveCopy Method (String, DocumentSaveSettings) TIBCO Spotfire 6.0 API Reference
Saves a copy of the currently loaded document to the specified file name.

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 SaveCopy(
	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

Does not update DocumentOrigin et al Will overwrite an existing file (if permissions allows this).
See Also