Method FindElementsByName
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
FindElementsByName(string)
Retrieves all elements of which the name matches the specified name filter.
Element[] FindElementsByName(string nameFilter)
Parameters
nameFilter
stringThe name filter.
Returns
- Element[]
The elements of which the name matches the specified name filter.
Examples
Element[] elements = engine.FindElementsByName("Test*");
Remarks
Name masks can contain the following wildcards:
- * : Any string of characters
- ? : Any single character