Table of Contents

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

scriptNames IEnumerable<string>

Collection of script names we want to remove. Scripts that do not exist will be ignored.