SessionManagerDownloadFileFromWeb Method (String, String) |
|
DataPA OpenAnalytics API Reference
Downloads a file to a local file on disk.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static bool DownloadFileFromWeb(
string URL,
string LocalFile
)
Public Shared Function DownloadFileFromWeb (
URL As String,
LocalFile As String
) As Boolean
public:
static bool DownloadFileFromWeb(
String^ URL,
String^ LocalFile
)
DataPAClientConfig.SessionManager.DownloadFileFromWeb = function(URL, LocalFile);
Parameters
- URL
- Type: SystemString
The location of the file on the web. - LocalFile
- Type: SystemString
The local file.
Return Value
Type:
BooleanTrue if the file was downloaded.
Remarks See Also