FileDebug LogFileOperation Method (String, String, Int32, String, String, String)Kentico 8.0 API Reference
Logs the file operation. Logs the file operation to the file and to current request log for debugging.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

filePath
Type: OnlineSystem String
Path to the file
fileOperation
Type: OnlineSystem String
Operation with file (open, close, read, write)
size (Optional)
Type: OnlineSystem Int32
Size of the read / write operation in bytes
text (Optional)
Type: OnlineSystem String
Text written to the file
parameters (Optional)
Type: OnlineSystem String
Parameters of the operation (i.e. access mode of open operation)
providerName (Optional)
Type: OnlineSystem String
Provider name

Return Value

Type: OnlineDataRow
See Also