Previous | Next

OnFileDownloadResume Event

Occurs when a file resumes downloading.

OnFileDownloadResume(
     String url,
     Long fileId,
     String tempDownloadFile
)

Parameters

url
Type: String
The URL of the file which resumes downloading.

fileId
Type: Long
The ID of the file which resumes downloading. The file ID is a value returned from the AddFile method when the file was added to the file list.

tempDownloadFile
Type: String
The temporary DownloadX file of the file which resumes downloading.