Click or drag to resize
PersistentStorageHelperGetValueFromFile Method

Note: This API is now obsolete.

Gets the value from specified file.

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

Parameters

key
Type: SystemString
Value key

Return Value

Type: Object
See Also