Method SetOptions
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
SetOptions(IEnumerable<string>)
Replaces the current list of options with the specified collection of strings.
public void SetOptions(IEnumerable<string> options)
Parameters
options
IEnumerable<string>The collection of options to set.
Exceptions
- ArgumentNullException
When optionsToSet is null.