FileError Event
Reports a file access error to the application.
Object Oriented Interface
public function fireFileError($param);
Procedural Interface
secureblackbox_webdavserver_register_callback($res, 10, array($this, 'fireFileError'));
Parameter List
'connectionid'
'filename'
'errorcode'
Remarks
class uses this event to report a file access errors. FileName and ErrorCode contain the file path and the error code respectively.