Table of Contents

Method ToIncludedParametersString

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

ToIncludedParametersString(List<MailReportParameter>)

Converts the provided mail report parameter list to a string representation.

public static string ToIncludedParametersString(List<MailReportParameter> @params)

Parameters

params List<MailReportParameter>

The parameters to include in the string representation.

Returns

string

The string representation of the provided mail report parameter list.

ToIncludedParametersString(params MailReportParameter[])

Converts the provided mail report parameters to a string representation.

public static string ToIncludedParametersString(params MailReportParameter[] @params)

Parameters

params MailReportParameter[]

The parameters to include in the string representation.

Returns

string

The string representation of the provided mail report parameters.