Click or drag to resize
CookieLevel Class
Constants for the system cookie levels
Inheritance Hierarchy
SystemObject
  CMS.HelpersCookieLevel

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static class CookieLevel

The CookieLevel type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAll
Level value to allow all available cookies "1000"
Public fieldStatic memberEditor
Level value for the cookies required for editors (for the editing UI to work properly) "100"
Public fieldStatic memberEssential
Level value for the essential cookies (required to run the system) "0"
Public fieldStatic memberNone
Level value to disable all cookies "-1000"
Public fieldStatic memberSystem
Level value for the system cookies required to determine the user cookie level "-100"
Public fieldStatic memberUnknown
Unknown cookie level
Public fieldStatic memberVisitor
Level value for normal visitor cookies (not necessarily required to run the system) "200"
Top
See Also