Class CookieLevel
Represents the configuration values for a cookie.
public sealed class CookieLevel
- Inheritance
-
objectCookieLevel
- Extension Methods
Constructors
CookieLevel(int)
Creates a new instance of CookieLevel
public CookieLevel(int level)
Parameters
level
intCookie level.
Properties
All
Cookie level value to allow all available cookies
public static CookieLevel All { get; }
Property Value
Editor
Cookie level value for the cookies required for editors (for the editing UI to work properly)
public static CookieLevel Editor { get; }
Property Value
Essential
Cookie level value for the essential cookies (required to run the system)
public static CookieLevel Essential { get; }
Property Value
Level
Cookie level.
public int Level { get; }
Property Value
- int
Remarks
Constant values from CookieLevelConstants can be used.
None
Cookie level value for all cookies disabled.
public static CookieLevel None { get; }
Property Value
System
Cookie level value for the system cookies required to determine the user cookie level
public static CookieLevel System { get; }
Property Value
Visitor
Cookie level value for normal visitor cookies (not necessarily required to run the system)
public static CookieLevel Visitor { get; }