Table of Contents

Method RemoveOption

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

RemoveOption(string)

Removes the specified option from the list of available options.

public void RemoveOption(string option)

Parameters

option string

The option to remove.

Exceptions

NullReferenceException

When option is null.