Click or drag to resize
CookieSettings Class
Cookie settings
Inheritance Hierarchy
SystemObject
  CMS.HelpersCookieSettings

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

The CookieSettings type exposes the following members.

Constructors
  NameDescription
Public methodCookieSettings
Creates a new instance of CookieSettings with given parameters.
Top
Properties
  NameDescription
Public propertyDefaultValue
Gets the cookie default value.
Public propertyIsSensitive
Gets the cookie sensitivity from security point of view.
Public propertyLevel
Gets the cookie level.
Top
See Also