WarningBannerStatus Enumeration
Note: Do not change the order of this enum.
Namespace: FileHold.UserRoleManager.CodeAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
public enum WarningBannerStatus
NoClientResponse | 0 |
No banner handshake, old client version.
|
NotApplicable | 1 |
No banner is configured.
|
NotSupported | 2 |
Banner is mandatory and non-custom client is used.
|
NoUserResponse | 3 |
User logs in with the same type of client from somewhere else without responding to the banner questions.
|
Accepted | 4 |
User accepted the terms.
|
Declined | 5 |
User declined the terms.
|