LibraryLinksTryGetUri Method TIBCO Spotfire 7.12 API Reference
Tries to get a uri for a TIBCO 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: 30.0.11525.4184 (30.0.11525.4184)
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 TIBCO Spotfire analysis uri for.
option
Type: Spotfire.Dxp.Framework.LibraryLibraryLinksOption
The option for generating the resulting uri.
uri
Type: SystemUri
The TIBCO Spotfire analysis uri for the specified library item.

Return Value

Type: Boolean
True if successfully created a uri for a TIBCO Spotfire analysis; otherwise false.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf item or option is null.
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference