Executes the download without any user interface and with more options.

Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public void ASPdbDownload(
	string downloadfile
)
Visual Basic (Declaration)
Public Sub ASPdbDownload ( _
	downloadfile As String _
)

Parameters

downloadfile
Type: System..::.String
File=Filename to be downloaded

DownloadSave=true will force a Download/Save of the associated files (".htm", ".html", ".doc", ".rtf", ".csv", ".xls", ".gif", ".jpg", ".jpeg", ".pdf", ".zip", ".xml", ".txt") instead of display file in browser.

Remarks

This is equIvalent in clicking the download button in a regular session. The dbNavigationItem = "download" is added and there is no need to specify that. All the properties are observed. Obj.dbDownloadParams will be observed.

Examples

Obj.ASPdbDownload("File=Physical_or_Virtual_Filename| DownloadSave=True")

See Special Topic - Download for more details.

See Also