CookieHelper.IsCookieAllowed Method |
Returns true if the cookie is allowed based on current cookie level
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax public static bool IsCookieAllowed(
string name
)
Parameters
- name
- Type: System.String
Cookie name
Return Value
Type:
BooleanSee Also