Click or drag to resize
DirectoryLogDirectoryOperation Method (String, String)
Logs the directory operation to a current request log for debugging.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static DataRow LogDirectoryOperation(
	string path,
	string operation
)

Parameters

path
Type: SystemString
Path of the directory
operation
Type: SystemString
Operation with directory

Return Value

Type: DataRow
See Also