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.V1;

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. As from DataMiner DataMiner 10.5.0 [CU10]/10.6.1 (RN 44059), this means that the V2 UI is used. You can instead set this to 'V1' to revert to the old UI or to 'V2' to make sure the new UI will continue to be used even if the default behavior changes. Check UI Versions for more details about the differences between these versions.