Click or drag to resize
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.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void SetValue(
	string key,
	Object value
)

Parameters

key
Type: SystemString
Persistent item key
value
Type: SystemObject
Persistent item value
See Also