Table of Contents

Property WebUIVersion

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

WebUIVersion

Gets or sets the web interactive Automation script UI version.

WebUIVersion WebUIVersion { get; set; }

Property Value

WebUIVersion

The version of the web interactive Automation script UI.

Examples

engine.WebUIVersion= WebUIVersion.V2;

Remarks

Feature introduced in DataMiner 10.4.0 [CU21]/10.5.0 [CU9]/10.5.12 (RN 43875/43964).

The WebUIVersion is set to 'Default' by default. At present, this means that the old UI (V1) is used. You can instead set this to 'V2' to show the new UI or to 'V1' to make sure the old UI will continue to be used even if the default behavior changes. However, if the 'useNewIASInputComponents' URL parameter is used, this will override this configuration in the script (see Configuring app actions and behavior via the URL).