Method FindDisplayKey
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
FindDisplayKey(int, string)
Gets the display key that corresponds with the specified primary key.
string FindDisplayKey(int pid, string primaryKey)
Parameters
Returns
FindDisplayKey(string, string)
Gets the display key that corresponds with the specified primary key.
note
Please use an overload that takes the parameter ID instead to prevent issues in case the parameter Description changes.
[Obsolete("Use overloads with parameter ID instead of name.")]
string FindDisplayKey(string parameterName, string primaryKey)
Parameters
Returns
Remarks
The specified value for the parameterName argument should be the value of the Description tag of the parameter and not the value of the Name tag.