TaskExecutionContext CreateLibraryLink Method TIBCO Spotfire Automation Services 7.0 API Reference
Creates an URL link to the library (e.g. http://server/spotfire/library?guid=ec878f68-af67-4d2e-a014-a5d879ad5d03)

Namespace: Spotfire.Dxp.Automation.Extension
Assembly: Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public abstract string CreateLibraryLink(
	AnalysisApplication application,
	string path,
	string name
)

Parameters

application
Type: AnalysisApplication
The analysis application.
path
Type: OnlineSystem String
The library path to the containg folder of the analysis
name
Type: OnlineSystem String
The name of the library analysis file.

Return Value

Type: OnlineString
An URL link to the library
Version Information


See Also