Method ScriptExists
- Assembly
- Skyline.DataMiner.Core.AppPackageInstaller.dll
ScriptExists(string, out string)
Determines whether a script with the specified name exists in the DataMiner System.
bool ScriptExists(string scriptName, out string hash)
Parameters
Returns
- bool
trueif the script exists; otherwise,false.
Exceptions
- ArgumentNullException
scriptNameis null.- ArgumentException
scriptNameis the empty string ("") or white space.