| BanControlEnum Enumeration | 
            Banned IP control enumeration
            Order 1,2,4,8,... is important because of bitwise operation
            
 
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 10.0.0
 Syntax
Syntaxpublic enum BanControlEnum
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Complete | 1 | Check user IP on Session start, If IP is banned redirect to the information page. | 
|  | Login | 2 | Check user IP during login. | 
|  | Registration | 4 | Check user IP during registration. | 
|  | AllNonComplete | 8 | (Default) Check user IP during login, registration and input user actions (comments, ratings, ...). | 
 See Also
See Also