Opens an analysis from the specified file, using the best
matching reader.
Any currently open document will be closed.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- filePath
- Type: System String
The path to the file to open.
Return Value
Type: BooleanThis method always returns true. If there is an error during loading or if the user cancels a prompt, an exception is thrown.
Exceptions
Exception | Condition |
---|---|
Spotfire.Dxp.Data.Exceptions ImportException | If the import fails, for example the data reader is not able to provide the data to import. |
Spotfire.Dxp.Framework.ApplicationModel CanceledException | If the opening of the file is canceled by the user. |
System NotSupportedException | This method is called in the Spotfire Web Player. |
Remarks
When a document is opened using a call to this method, the document will not be auto configured. This means that:
- no default visual page is added
- no default visualization is created
- the user preferences (for example whether or not to show the cover page, the page visualization mode, the filter panel mode, etc.) are not be applied
- the filter panel is not configured, that is, no filters are added.
This method is not supported in the Spotfire Web Player. Calling it there will cause a NotSupportedException to be thrown.
Version Information
See Also