Click or drag to resize
CookieHelperIsCookieAllowedInternal 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#
protected virtual bool IsCookieAllowedInternal(
	string name
)

Parameters

name
Type: SystemString
Cookie name

Return Value

Type: Boolean
See Also