| 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: 11.0.0
 Syntax
Syntaxpublic 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
See Also