CookieLevel Class |
Namespace: CMS.Helpers
public static class CookieLevel
The CookieLevel type exposes the following members.
Name | Description | |
---|---|---|
All |
Level value to allow all available cookies "1000"
| |
Editor |
Level value for the cookies required for editors (for the editing UI to work properly) "100"
| |
Essential |
Level value for the essential cookies (required to run the system) "0"
| |
None |
Level value to disable all cookies "-1000"
| |
System |
Level value for the system cookies required to determine the user cookie level "-100"
| |
Visitor |
Level value for normal visitor cookies (not necessarily required to run the system) "200"
|