Method DeleteScript
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
DeleteScript(int)
Deletes the script with the specified ID. Replaces: sa.NotifyElement(userID, elementID, SPA_NE_SETINFO (5), SPAI_SCRIPT (9), scriptMetaInfo, scriptStatements, out result);
void DeleteScript(int scriptId)
Parameters
scriptId
intThe ID of the script to delete.