Method StandaloneAlarmTemplateExists
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
StandaloneAlarmTemplateExists(string)
Determines whether a standalone alarm template with the specified name exists for this protocol.
bool StandaloneAlarmTemplateExists(string templateName)
Parameters
templateNamestringName of the alarm template.
Returns
- bool
trueif a standalone alarm template with the specified name exists; otherwise,false.
Exceptions
- ArgumentNullException
templateNameis null.- ArgumentException
templateNameis the empty string ("") or white space.