Specifies whether to force the download of the file if it exists.
Visual Basic Public Property ForceDownload As Boolean
C# public bool ForceDownload { get; set; }
True to force the download of the file, false to perform normal download checks if file exists. The default is false.
If ForceDownload is true, the file will always be downloaded, even if it hasn't changed, and any existing partial download is discarded. If ForceDownload is false, the file will only be downloaded if the server's version of the file is different from the client's. Note that if the file is changed on either the client or the server, specifying ForceDownload true will cause the server version to overwrite the client version.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |