LibraryLinks Class TIBCO Spotfire 7.12 API Reference
Declares methods for retrieving links of different types for a library item. If the resulting link should contain the path to the library item use Uri.AbsoluteUri on the resulting uri for a correct string representation for http or https related links in order to comply with different browsers and systems and Uri.ToString() for TIBCO Spotfire uri. See RFC 3986 and related discussions.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.LibraryLibraryLinks

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 sealed class LibraryLinks

The LibraryLinks type exposes the following members.

Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodTryGetRedirectUri
Tries to get a uri for a TIBCO Spotfire Server redirect page of the specified library item, which should be accessed through http or https.
Public methodTryGetUri
Tries to get a uri for a TIBCO Spotfire analysis of the specified library item. The uri returned uses the TIBCOSpotfire protocol.
Public methodTryGetWebPlayerRedirectUri
Tries to get a uri for a TIBCO Spotfire Web Player Server redirect page of the specified library item, which should be accessed through http or https.
Public methodTryGetWebPlayerUri
Tries to get a uri for a TIBCO Spotfire Web Player analysis with the specified library item, which should be accessed through http or https.
Top
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