LibraryLinks Class TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class LibraryLinks

The LibraryLinks type exposes the following members.

Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference