| WindowHelperContains Method | 
            Check if stock contain item.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool Contains(
	string key,
	bool caseSensitive
)
Parameters
- key
- Type: SystemString
 Object key
- caseSensitive
- Type: SystemBoolean
 If true, the key is case sensitive
Return Value
Type: 
Boolean See Also
See Also