Method RemoveOption
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
RemoveOption(string)
Removes an option from the checkbox list.
public void RemoveOption(string option)
Parameters
option
stringOption to remove.
Exceptions
- NullReferenceException
When option is null.