Table of Contents

Method FindElementsByName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

FindElementsByName(string)

Retrieves all elements of which the name matches the specified name filter.

public Element[] FindElementsByName(string nameFilter)

Parameters

nameFilter string

The 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