Table of Contents

Method FindView

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

FindView()

Gets the name of the view this element is a member of.

public virtual string FindView()

Returns

string

The name of the view this element is a member of.

Examples

Element element = engine.FindElement(400, 2000);
string viewName = element.FindView();

Remarks

If an element is a member of multiple views, this method only returns one of them. If you want all views, use the FindViews() method.