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
templateNamestringThe name of the trend template.
Returns
- bool
trueif a trend template with the specified name exists for this protocol; otherwise,false.
Exceptions
- ArgumentNullException
templateNameis null.- ArgumentException
templateNameis the empty string ("") or white space.