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: 69.0.21424.2902 (69.0.21424.2902)
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: StringThe id of the Library entry at the path given by path.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | application is null or path is null or empty. |
| LibraryException |
|
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also