AbstractStockHelperTHelperGetStorage Method |
Gets the storage
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static SafeDictionary<string, Object> GetStorage(
string key,
bool caseSensitive = true,
bool ensure = true
)
Parameters
- key
- Type: SystemString
Storage key - caseSensitive (Optional)
- Type: SystemBoolean
If true, the key is case sensitive, otherwise key is converted to lowercase before use - ensure (Optional)
- Type: SystemBoolean
If true, the storage is ensured if it doesn't exist
Return Value
Type:
SafeDictionaryString,
ObjectSee Also