Click or drag to resize
WindowHelperContains Method
Check if stock contain item.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also