DMBrowser.Download Method
Definition
Downloads a file from the external URL to provide to the OpenFileDialogHandler method.
public virtual void Download(string fileName, string url, TimeSpan downloadingTimeout)
Parameters
fileName string url string downloadingTimeout TimeSpanSupports any publicly accessible URL, such as:
- Amazon S3 bucket
- Azure storage
- CDN services like AWS CloudFront CDN
Examples
tab0.Download ("LoremIpsum.docx", "https://d149yd38g6ldk.cloudfront.net/LoremIpsum.docx");