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.3.0.1000)
Syntax public enum PrivilegeVisibility
Public Enumeration PrivilegeVisibility
public enum class PrivilegeVisibility
Members
| Member name | Value | Description |
---|
| Standard | 0 |
The application privilege should be shown by default.
|
| Advanced | 1 |
The application privilege should only be shown when advanced settings are visible.
|
| Hidden | 2 |
The application privilege should never be shown in a user interface.
|
See Also