PersistentStorageHelperRemoveValue Method |
Removes a persistent item identified by key from storage.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void RemoveValue(
string key
)
Parameters
- key
- Type: SystemString
Persistent item key
See Also