UIContextData GetKeyValue Method Kentico 8.0 API Reference
Returns value assigned to given key

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

key
Type: OnlineSystem String
Key for assigned data
useQueryStringFallBack
Type: OnlineSystem Boolean
Indicates whether data will be got from query string if not found in collection.
avoidInjection
Type: OnlineSystem Boolean
If true, the resolving of the macros should avoid SQL injection (escapes the apostrophes in output).

Return Value

Type: OnlineObject
See Also