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: 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
See Also