Table of Contents

Method GetProfileDefinitions

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetProfileDefinitions(params ProfileDefinition[])

Retrieves the profile definitions matching any of the specified filters.

public virtual IEnumerable<ProfileDefinition> GetProfileDefinitions(params ProfileDefinition[] filters)

Parameters

filters ProfileDefinition[]

Profile definition filters.

Returns

IEnumerable<ProfileDefinition>

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