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