[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberDownload(String, array<Char>[]()[])
Download a document to the browser. This method sets appropriate parameters so that the file can be downloaded to the browser.
Public methodStatic memberDownload(String, Stream)
Download a document to the browser. This method sets appropriate parameters so that the file can be downloaded to the browser.
Public methodStatic memberDownload(String, String)
Download a document to the browser. This method sets appropriate parameters so that the file can be downloaded to the browser.
Public methodStatic memberDownload(String, Stream, String)
Download a document to the browser. This method sets appropriate parameters so that the file can be downloaded to the browser.
Public methodStatic memberDownload(String, String, String)
Downloads the file

See Also