Table of Contents

Method GetParameters

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetParameters(params Parameter[])

Retrieves the profile parameters matching any of the specified filters.

public virtual IEnumerable<Parameter> GetParameters(params Parameter[] filters)

Parameters

filters Parameter[]

Profile parameter filters.

Returns

IEnumerable<Parameter>

The profile parameters that match at least one of the specified filters.