Table of Contents

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 int

The ID of the script to delete.