LibraryLinks Class TIBCO Spotfire 6.0 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 OnlineRFC 3986 and related discussions.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.Library LibraryLinks

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