| WindowHelperGetItem Method | 
            Returns object which matches by key.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static Object GetItem(
	string key,
	bool caseSensitive = false
)
Parameters
- key
- Type: SystemString
 Object key
- caseSensitive (Optional)
- Type: SystemBoolean
 If true, the key is case sensitive
Return Value
Type: 
Object See Also
See Also