Click or drag to resize
CookieSettings Constructor
Creates a new instance of CookieSettings with given parameters.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public CookieSettings(
	int level,
	string defaultValue,
	bool isSensitive = false
)

Parameters

level
Type: SystemInt32
Cookie level
defaultValue
Type: SystemString
Default value
isSensitive (Optional)
Type: SystemBoolean
Cookie sensitivity
See Also