Class ContentUpdateFileProgressEventArgs
Information on the current file being downloaded.
Values
Name | Description |
Url |
String The url of the file. |
Name |
String The name of the file. |
SizeComplete |
long The number of bytes that have been downloaded. |
TotalUpdateSizeComplete |
long The total number of bytes that have been downloaded from all files. |
FailMessage |
String A message that indicates the reason of download failure, if applicable. |