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: 30.0.11525.4184 (30.0.11525.4184)
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: StringAn URL link to the library
Version Information
See Also