IStandingDataUpdaterProvider Methods |
The IStandingDataUpdaterProvider type exposes the following members.
Name | Description | |
---|---|---|
DownloadAndDecompressFile |
Downloads the URL passed across to the file passed across, overwriting the file if it already exists.
| |
DownloadLines |
Downloads the content of a text file from the URL passed across.
| |
FileExists |
Returns true if the file exists.
| |
MoveFile |
Deletes the live file and moves the temporary file to the live filename.
| |
ReadLines |
Returns the entire content of the file.
| |
WriteLines |
Overwrites the entire file with the text passed across.
|