WarningBannerStatus Enumeration

Note: Do not change the order of this enum.

Definition

Namespace: FileHold.UserRoleManager.Code
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
public enum WarningBannerStatus

Members

NoClientResponse0 No banner handshake, old client version.
NotApplicable1 No banner is configured.
NotSupported2 Banner is mandatory and non-custom client is used.
NoUserResponse3 User logs in with the same type of client from somewhere else without responding to the banner questions.
Accepted4 User accepted the terms.
Declined5 User declined the terms.

See Also