TaskExecutionContextCreateLibraryLink Method

Spotfire Automation Services 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

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

Parameters

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

Return Value

Type: String
An URL link to the library
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference