Method RemoveScripts
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageInstaller.dll
RemoveScripts(IEnumerable<string>)
Removes the specified scripts from the DMS.
public void RemoveScripts(IEnumerable<string> scriptNames)
Parameters
scriptNamesIEnumerable<string>Collection of script names we want to remove. Scripts that do not exist will be ignored.