PrivilegeVisibility Enumeration

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

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public enum PrivilegeVisibility
Members
  Member nameValueDescription
Standard0 The application privilege should be shown by default.
Advanced1 The application privilege should only be shown when advanced settings are visible.
Hidden2 The application privilege should never be shown in a user interface.
See Also