Click or drag to resize
CookieSettings Constructor
Constructor

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public CookieSettings(
	int level,
	string defaultValue
)

Parameters

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