CookieSettings Constructor |
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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