# On_fileTransferHistoryCleared
Description
The notification indicating that file transfer history was cleared and corresponding files were deleted from the drive (if it was required)
EventHandler<string> On_fileTransferHistoryCleared
Resposne example
{
"method": "event",
"event": "fileTransferHistoryCleared",
"filesDeletedFromDisk": true
}
Response Parameters
Name | Description |
---|---|
filesDeletedFromDisk | The flag indicating if the files were physically deleted from the drive |
See also