BookmarkLinks Class TIBCO Spotfire 7.12 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: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
public sealed class BookmarkLinks

The BookmarkLinks 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 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.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference