Click or drag to resize
PersistentStorageHelperGetFilePath Method

Note: This API is now obsolete.

Gets the file path for specified key.

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 can result in cache inconsistencies. Use GetValue and SetValue only.")]
public static string GetFilePath(
	string key
)

Parameters

key
Type: SystemString
Object key

Return Value

Type: String
See Also