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)