Table of Contents

Method FindElementByKey

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

FindElementByKey(string)

Retrieves the element with the specified key.

public Element FindElementByKey(string key)

Parameters

key string

The key of the element. The key must be formatted as follows: "DataMiner Agent ID/element ID".

Returns

Element

The element with the specified key or null if no element was found with the specified key.

Examples

Element myElement = engine.FindElementByKey("7/32");