On_fileTransferHistoryCleared
7/5/26Less than 1 minute
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_fileTransferHistoryClearedResposne 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