TaskExecutionContextLibraryPathToId Method TIBCO Spotfire Automation Services 7.11 API Reference
Finds the id of the Library analysis entry with the given path.

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 virtual string LibraryPathToId(
	AnalysisApplication application,
	string path
)

Parameters

application
Type: AnalysisApplication
The application object to use to perform the look-up.
path
Type: SystemString
The path for which the id will be found.

Return Value

Type: String
The id of the Library entry at the path given by path.
Exceptions

ExceptionCondition
ArgumentExceptionapplication is null or path is null or empty.
LibraryException
  • performed when the application is run in offline mode,
  • a communication error occurs while performing the look-up, e.g. the Library cannot be accessed,
  • the entry does not exist or is of an invalid type.
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.11, 7.10, 7.0
See Also

Reference