Click or drag to resize
CookieHelperGetCookieLevelInternal Method
Gets the cookie level for the given cookie

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
protected virtual int GetCookieLevelInternal(
	string cookieName
)

Parameters

cookieName
Type: SystemString
Cookie name

Return Value

Type: Int32
See Also