Click or drag to resize
ICurrentCookieLevelProvider Interface
Provides methods for obtaining and manipulation with the cookie level for the current request.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public interface ICurrentCookieLevelProvider

The ICurrentCookieLevelProvider type exposes the following members.

Methods
  NameDescription
Public methodGetCurrentCookieLevel
Gets the cookie level of the current request.
Public methodGetDefaultCookieLevel
Gets the default cookie level based on settings.
Public methodSetCurrentCookieLevel
Sets the cookie level to the specified level.
Top
See Also