BookmarkLinks Class TIBCO Spotfire 7.6 API Reference
Declares methods for retrieving links of different types for a bookmark. If the resulting link should contain the path to the analysis 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.Application.AnalyticItemsBookmarkLinks

Namespace: Spotfire.Dxp.Application.AnalyticItems
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class BookmarkLinks

The BookmarkLinks 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 bookmark, which should be accessed through http or https.
Public methodTryGetUri
Tries to get a uri for a TIBCO Spotfire analysis of the specified bookmark, which should be access through the TIBCOSpotfire protocol.
Public methodTryGetWebPlayerRedirectUri
Tries to get a uri for a TIBCO Spotfire Web Player Server redirect page of the specified bookmark, 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 bookmark, 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