| UIContextDataGetKeyValue Method | 
            Returns value assigned to given key
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic Object GetKeyValue(
	string key,
	bool useQueryStringFallBack,
	bool avoidInjection
)
Parameters
- key
- Type: SystemString
 Key for assigned data
- useQueryStringFallBack
- Type: SystemBoolean
 Indicates whether data will be got from query string if not found in collection.
- avoidInjection
- Type: SystemBoolean
 If true, the resolving of the macros should avoid SQL injection (escapes the apostrophes in output).
Return Value
Type: 
Object See Also
See Also