Click or drag to resize
WindowHelperGetItem Method
Returns object which matches by key.

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