AbstractStockHelperTHelperRemove Method (String, String, Boolean) |
Remove item.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void Remove(
string storageKey,
string key,
bool caseSensitive = true
)
Parameters
- storageKey
- Type: SystemString
Storage key - key
- Type: SystemString
Object key - caseSensitive (Optional)
- Type: SystemBoolean
If true, the key is case sensitive, otherwise key is converted to lowercase before use
See Also