Method ScriptExists
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
ScriptExists(string)
Determines whether a script with the specified name exists in the DataMiner System.
bool ScriptExists(string scriptName)
Parameters
scriptName
stringThe name of the script.
Returns
- bool
true
if the script exists; otherwise,false
.