AbstractStockHelper<THelper>.AddToStorage Method |
Adds item to specific storage specified by storageKey.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntaxpublic static void AddToStorage(
string storageKey,
string key,
Object value,
bool caseSensitive = true
)
Parameters
- storageKey
- Type: System.String
Storage key - key
- Type: System.String
Key to add - value
- Type: System.Object
Value to add - caseSensitive (Optional)
- Type: System.Boolean
If true, the key is case sensitive, otherwise key is converted to lowercase before use
See Also