Tries to get a uri for a Spotfire analysis of the specified library item.
The uri returned uses the TIBCOSpotfire protocol.
Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public bool TryGetUri( LibraryItem item, LibraryLinksOption option, out Uri uri )
Parameters
- item
- Type: Spotfire.Dxp.Framework.LibraryLibraryItem
The library item to retrieve the Spotfire analysis uri for. - option
- Type: Spotfire.Dxp.Framework.LibraryLibraryLinksOption
The option for generating the resulting uri. - uri
- Type: SystemUri
The Spotfire analysis uri for the specified library item.
Return Value
Type: BooleanTrue if successfully created a uri for a Spotfire analysis; otherwise false.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If item or option is null. |
Version Information
See Also