Method RemoveByElementId
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
RemoveByElementId(DmsElementId)
Removes all included elements that match the specified DataMiner/element ID.
bool RemoveByElementId(DmsElementId elementId)
Parameters
elementIdDmsElementIdThe DataMiner/element ID of the element to remove.
Returns
- bool
trueif at least one included element was removed; otherwise,false.