Table of Contents

Method DeletePreset

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

DeletePreset(string, bool)

Deletes the preset with the specified name. Replaces: sa.NotifyElement(userID, elementID, SPA_NE_PRESET_DELETE (2), 0, presetGlobalName, null, out result);

void DeletePreset(string presetName, bool isGlobalPreset = true)

Parameters

presetName string

The name of the preset to delete.

isGlobalPreset bool

Allows to define if the preset should be shared to all users or private for scripting.

Advanced search syntax