Table of Contents

Method AlarmTemplateExists

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

AlarmTemplateExists(string)

Determines whether a standalone alarm template or alarm template group with the specified name exists for this protocol.

bool AlarmTemplateExists(string templateName)

Parameters

templateName string

Name of the alarm template.

Returns

bool

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

Exceptions

ArgumentNullException

templateName is null.

ArgumentException

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