AppSettingVisibility Enumeration

Specifies the visibility level for an application configuration setting in a user interface.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum AppSettingVisibility
Members
  Member nameValueDescription
Standard0 The configuration setting should be shown by default.
Advanced1 The configuration setting should only be shown when advanced settings are visible.
Hidden2 The configuration settings should never be shown in a user interface.
Invisible3 The configuration setting should never be returned to the client by a host (e.g. REST API). Note: invisible settings cannot be imported or exported.
See Also