Click or drag to resize
CookieHelperGetCookieLevel Method
Gets the cookie level from a string value

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static int GetCookieLevel(
	string value,
	int defaultValue
)

Parameters

value
Type: SystemString
Level value, number or string representation
defaultValue
Type: SystemInt32
Default value

Return Value

Type: Int32
See Also