PersistentStorageHelperSetValue Method |
Sets a persistent item identified by
key.
Setting a null
value has the same effect as a call to
RemoveValue(String).
Does nothing when
key is null.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax public static void SetValue(
string key,
Object value
)
Parameters
- key
- Type: SystemString
Persistent item key - value
- Type: SystemObject
Persistent item value
See Also