DownloadedFile property

Checks whether the file was actually downloaded during the last file transfer attempt.

Syntax
Visual Basic
Public Readonly Property DownloadedFile As Boolean
C#
public bool DownloadedFile { get;}
Property value

True if the file was downloaded, false otherwise.

Remarks

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.

See also