Click or drag to resize
SessionHelperGetValue Method
Returns the given session value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static Object GetValue(
	string key
)

Parameters

key
Type: SystemString
Value key

Return Value

Type: Object
See Also