WindowHelperContains Method |
Check if stock contain item.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public 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:
BooleanSee Also