Checks whether the file was actually downloaded during the last file transfer attempt.
Visual Basic
Public Readonly Property DownloadedFile As Boolean
C#
public bool DownloadedFile {get;}
True if the file was downloaded, false otherwise.
If the file is already up-to-date when the DownloadFile() is invoked, it will return true, but DownloadedFile will be false. If an error occurs and DownloadFile() returns false, DownloadedFile will be false.