Click or drag to resize
PersistentStorageHelperDeleteFile Method

Note: This API is now obsolete.

Deletes the file 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 is not supported anymore. Use RemoveValue instead.")]
public static void DeleteFile(
	string key
)

Parameters

key
Type: SystemString
Object key
See Also