Click or drag to resize
PersistentStorageHelperRemoveValue Method
Removes a persistent item identified by key from storage.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RemoveValue(
	string key
)

Parameters

key
Type: SystemString
Persistent item key
See Also