Click or drag to resize
AbstractStockHelperHelperTypeGetStorage Method
Gets the storage

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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
ensure (Optional)
Type: SystemBoolean
If true, the storage is ensured if it doesn't exist

Return Value

Type: SafeDictionaryString, Object
See Also