Click or drag to resize

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
Syntax
C#
public enum WarningBannerStatus
Members
  Member nameValueDescription
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