Click or drag to resize
AbstractStockHelper<THelper>.GetStorage Method
Gets the storage

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
public static SafeDictionary<string, Object> GetStorage(
	string key,
	bool caseSensitive = true,
	bool ensure = true
)

Parameters

key
Type: System.String
Storage key
caseSensitive (Optional)
Type: System.Boolean
If true, the key is case sensitive, otherwise key is converted to lowercase before use
ensure (Optional)
Type: System.Boolean
If true, the storage is ensured if it doesn't exist

Return Value

Type: SafeDictionary<String, Object>
See Also