Click or drag to resize
AbstractStockHelper<THelper>.GetItem Method (String, Boolean)
Returns object which matches by key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static Object GetItem(
	string key,
	bool caseSensitive = false
)

Parameters

key
Type: System.String
Object key
caseSensitive (Optional)
Type: System.Boolean
If true, the key is case sensitive, otherwise key is converted to lowercase before use

Return Value

Type: Object
See Also