Click or drag to resize
AbstractStockHelperTHelperGetItem Method (String, String, Boolean)
Returns object which matches by key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static Object GetItem(
	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: Object
See Also