Click or drag to resize
PersistentStorageHelperSaveValueToFile Method

Note: This API is now obsolete.

Saves the value to file.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Direct access to underlying files of persistent items is not supported anymore. Use SetValue instead.")]
public static void SaveValueToFile(
	string key,
	Object value
)

Parameters

key
Type: SystemString
Value key
value
Type: SystemObject
Object
See Also