WindowHelperGetItem Method |
Returns object which matches by key.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
ObjectSee Also