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: 9.0.0
Syntax
C#
protected virtual int GetCookieLevelInternal(
	string name
)

Parameters

name
Type: SystemString
Cookie name

Return Value

Type: Int32
See Also