Previous topicNext topic
Help > Methods >
DownloadFileEx

DownloadFileEx Method

Download asynchronously a file from a URL

Syntax

Key = object.DownloadFileEx((ByVal URI As String, ByVal DestFileNameAndPath As String, ByVal SynchronousDownload As Boolean)

The DownloadFileEx method syntax has these parts:

Element Description
Object The object placeholder represents an OrdoWebView2 control
Key String. The key identifying the download. Allows you to enter the download key when calling DownloadCancel
URL

String. The URL of the file to download

DestFileNameAndPath The path and name of the file to save at the end of the download
SynchronousDownload Boolean. Default = False. If True, the download will be done synchronously and the function returns only when the download is complete

Remarks