Click or drag to resize
CookieHelperIsCookieAllowed Method
Returns true if the cookie is allowed based on current cookie level

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsCookieAllowed(
	string name
)

Parameters

name
Type: SystemString
Cookie name

Return Value

Type: Boolean
See Also