Table of Contents

Method FindRedundancyGroupsByName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

FindRedundancyGroupsByName(string)

Retrieves all redundancy groups of which the name matches the specified name mask.

public RedundancyGroup[] FindRedundancyGroupsByName(string nameFilter)

Parameters

nameFilter string

The name filter.

Returns

RedundancyGroup[]

The redundancy groups of which the name matches the specified name mask.

Examples

RedundancyGroup[] groups = engine.FindRedundancyGroupsByName("Test*");

Remarks

Name masks can contain the following wildcards:

  • * : Any string of characters
  • ? : Any single character