Table of Contents

Class UIResults

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Represents the information a user has entered or selected in a dialog box of an interactive Automation script.

public class UIResults
Inheritance
UIResults
Extension Methods

Examples

UIResults uir = engine.ShowUI(uibDialogBox1);

Remarks

note

If you want to use IntelliSense, the name of a UIResults object has to start with “uir”.

Constructors

UIResults()

Initializes a new instance of the UIResults class.

Methods

GetChecked(string)

Gets a value indicating whether the specified destination variable that is linked to a checkbox was selected.

GetChecked(string, string)

Gets a value indicating whether the specified checkbox list item of the specified destination variable that is linked to a checkbox list was selected.

GetDateTime(string)

Gets the date/time that was selected in the specified destination variable that is linked to a Calendar item.

GetExpanded(string)

Gets the key values of the tree view items that are expanded for the specified key.

GetString(string)

Gets the string value from the specified destination variable that is linked to a dialog box item (typically a text box).

GetUploadedFilePath(string)

Retrieves the selected upload file path.

WasBack()

Returns a value indicating whether the user clicked the Back button.

WasButtonPressed(string)

Returns a value indicating whether a specific button was clicked.

WasForward()

Returns a value indicating whether the user clicked the Forward button.

WasOnChange(string)

Returns a value indicating whether the user changed the value of a specific dialog box item.

WasOnDownloadStarted(string)

Returns true if a download button with the given destination variable and with the property ReturnWhenDownloadIsStarted on the AutomationDownloadButtonOptions set to true has started the file download.

WasOnFocusLost(string)

Returns true if a dialog box item with the given destination variable and with the property WantsOnFocusLoss set to true has lost focus.