Table of Contents

Constructor AutomationScriptConfiguration

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

AutomationScriptConfiguration(string, string)

Initializes a new instance of the AutomationScriptConfiguration class. The executable(s) need to be added.

public AutomationScriptConfiguration(string scriptName, string author)

Parameters

scriptName string

The script name.

author string

The author of the script.

Remarks

Forbidden characters: '', '/', ':', '*', '?', '"', '<', '>', '|', '°', ';'.

Exceptions

ArgumentNullException

scriptName is null.

ArgumentException

scriptName is empty or white space.

ArgumentException

scriptName exceeds 200 characters.

ArgumentException

scriptName contains a forbidden character.

ArgumentException

scriptName contains more than one '%' character.