Table of Contents

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

templateName string

Name of the alarm template.

Returns

bool

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

Exceptions

ArgumentNullException

templateName is null.

ArgumentException

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