WarningBannerStatus Enumeration |
Note: Do not change the order of this enum.
Namespace:
FileHold.UserRoleManager.Code
Assembly:
FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntaxpublic enum WarningBannerStatus
Members
| Member name | Value | Description |
---|
| 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.
|
See Also