Table of Contents

Enum CookieOptInLevel

Namespace
Dynamicweb.Environment
Assembly
Dynamicweb.Environment.dll
Represents cookie opt-in levels
public enum CookieOptInLevel

Fields

All = 2
Allow any cookie to be set.
Functional = 1
Allow only functional cookies, used by default if no opt-in cookie was set.
None = 0
Deny setting cookies
To top