Click or drag to resize
DirectoryLogDirectoryOperation Method (String, 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,
	string providerName
)

Parameters

path
Type: SystemString
Path to the file
operation
Type: SystemString
Operation with file (open, close, read, write)
providerName
Type: SystemString
Provider name

Return Value

Type: DataRow
See Also