| FileDebugLogFileOperation Method (String, String, String) | 
            Logs the file operation. Logs the file operation to the file and to current request log for debugging.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
 Syntax
Syntaxpublic static DataRow LogFileOperation(
	string filePath,
	string fileOperation,
	string providerName
)
Parameters
- filePath
- Type: SystemString
 Path to the file
- fileOperation
- Type: SystemString
 Operation with file (open, close, read, write)
- providerName
- Type: SystemString
 Provider name
Return Value
Type: 
DataRow See Also
See Also