DirectoryLogDirectoryOperation Method (String, String) |
Logs the directory operation to a current request log for debugging.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax 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:
DataRowSee Also