Click or drag to resize
SessionManagerDownloadFileFromWeb Method (String, String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Downloads a file to a local file on disk.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool DownloadFileFromWeb(
	string URL,
	string LocalFile
)

Parameters

URL
Type: SystemString
The location of the file on the web.
LocalFile
Type: SystemString
The local file.

Return Value

Type: Boolean
True if the file was downloaded.
Remarks