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: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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