Table of Contents

Method TrendTemplateExists

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

TrendTemplateExists(string)

Determines whether a trend template with the specified name has been defined for this protocol.

bool TrendTemplateExists(string templateName)

Parameters

templateName string

The name of the trend template.

Returns

bool

true if a trend template with the specified name exists for this protocol; otherwise, false.

Exceptions

ArgumentNullException

templateName is null.

ArgumentException

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