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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |