Opens a library entry given the unique id (GUID) of that entry.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- entryId
- Type: System Guid
The id of the entry to load in TIBCO Spotfire.
- settings
- Type: Spotfire.Dxp.Application DocumentOpenSettings
Controls how the document is opened. For instance whether the document is auto configured.
Return Value
Type: Booleantrue if the document was loaded; otherwise false.
Exceptions
Exception | Condition |
---|---|
System InvalidOperationException | This method is not called from the application main thread. |
Spotfire.Dxp.Framework.ApplicationModel CanceledException | If the opening of the file is canceled by the user. |
Spotfire.Dxp.Framework.Library LibraryException |
no matching saved library entry with the given id exists. -or- the given document is not a valid TIBCO Spotfire analysis file. -or- the file contains linked data to import, but the import fails. -or- a communication occurs when saving the document in the Library. |
System NotSupportedException | This method is called in the Spotfire Web Player. |
Remarks
This method is not supported in the Spotfire Web Player. Calling it there will cause a NotSupportedException to be thrown.
Version Information
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
Obsolete (compiler warning) in 4.5
See Also