| FileStreamLogFileOperation Method | 
            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: 8.2.23
 Syntax
Syntaxpublic virtual DataRow LogFileOperation(
	string filePath,
	string fileOperation,
	int size
)
Parameters
- filePath
- Type: SystemString
 Path to the file
- fileOperation
- Type: SystemString
 Operation with file (open, close, read, write)
- size
- Type: SystemInt32
 Size of the read / write operation in bytes
Return Value
Type: 
DataRow See Also
See Also