LibraryLinks TryGetUri Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool TryGetUri(
	LibraryItem item,
	LibraryLinksOption option,
	out Uri uri
)

Parameters

item
Type: Spotfire.Dxp.Framework.Library LibraryItem
The library item to retrieve the TIBCO Spotfire analysis uri for.
option
Type: Spotfire.Dxp.Framework.Library LibraryLinksOption
The option for generating the resulting uri.
uri
Type: System Uri 
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
System ArgumentNullExceptionIf item or option is null.
See Also