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