Click or drag to resize
StorageHelperLogDirectoryDeleteTask Method

Note: This API is now obsolete.

Logs the directory delete task for the web farm server

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use StorageSynchronization.LogDirectoryDeleteTask instead.")]
public static void LogDirectoryDeleteTask(
	string path
)

Parameters

path
Type: SystemString
Path
See Also