Method FindRedundancyGroupsByName
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
FindRedundancyGroupsByName(string)
Retrieves all redundancy groups of which the name matches the specified name mask.
RedundancyGroup[] FindRedundancyGroupsByName(string nameFilter)
Parameters
nameFilter
stringThe 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