Method WithScriptName
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithScriptName(string)
Sets the script name.
IDmsSchedulerScriptActionBuilder WithScriptName(string scriptName)
Parameters
scriptNamestringThe name of the automation script.
Returns
- IDmsSchedulerScriptActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentException
scriptNameis null, empty or whitespace.