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
Remarks
Forbidden characters: '', '/', ':', '*', '?', '"', '<', '>', '|', '°', ';'.
Exceptions
- ArgumentNullException
scriptNameis null.- ArgumentException
scriptNameis empty or white space.- ArgumentException
scriptNameexceeds 200 characters.- ArgumentException
scriptNamecontains a forbidden character.- ArgumentException
scriptNamecontains more than one '%' character.