PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public sealed class CookiePolicyManager
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class CookiePolicyManager

The type exposes the following members.

Public Methods

  Name Description
Public method ApplyPolicy
Applies the user policy.
Public method Static member DecodeCookie
Public method Equals (Inherited from Object.)
Public method GetGroups
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsAllowed Overloaded.
Public method IsCookieGroupAllowed
Checks wether a cookie group is allowed by the user.
Public method IsPolicyApplied
Returns true if the visitor has accepted the cookie policy.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member CookiePolicyCookieName
The name of the cookie used to store the visitor's choice of accepted cookie types.

See Also

Advanced