Table of Contents

Method AlarmTemplateGroupExists

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

AlarmTemplateGroupExists(string)

Determines whether an alarm template group with the specified name exists for this protocol.

bool AlarmTemplateGroupExists(string templateName)

Parameters

templateName string

Name of the alarm template.

Returns

bool

true if an alarm template group with the specified name exists; otherwise, false.

Exceptions

ArgumentNullException

templateName is null.

ArgumentException

templateName is the empty string ("") or white space.