Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULFileTransfer class

 

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