Table of Contents

Method IncludeFilteredView

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

IncludeFilteredView(string, string, string, params MailReportParameter[])

Adds the specified parameters of all elements of a given protocol from the specified view to this mail report.

public void IncludeFilteredView(string viewName, string protocolName, string protocolVersion, params MailReportParameter[] @params)

Parameters

viewName string

The name of the view.

protocolName string

The name of the protocol.

protocolVersion string

The version of the protocol.

params MailReportParameter[]

The parameters to be included in the mail report.

IncludeFilteredView(string, string, string, params string[])

Adds the specified parameters of all elements of a given protocol from the specified view to this mail report.

public void IncludeFilteredView(string viewName, string protocolName, string protocolVersion, params string[] @params)

Parameters

viewName string

The name of the view.

protocolName string

The name of the protocol.

protocolVersion string

The version of the protocol.

params string[]

The parameters to be included in the mail report.

Exceptions

DataMinerException

Cannot load protocol (no SLNet connection)
-or- Could not load protocol (no data returned) -or- Could not load protocol (no object returned)