Click or drag to resize
CookieHelperRegisterCookie Method (String, Int32, String)

Note: This API is now obsolete.

Registers the given cookie within the system.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use RegisterCookie(name, level) instead.")]
public static void RegisterCookie(
	string name,
	int level,
	string defaultValue
)

Parameters

name
Type: SystemString
Cookie name
level
Type: SystemInt32
Cookie level
defaultValue
Type: SystemString
Default cookie value
See Also