Click or drag to resize
IStandingDataUpdaterProvider Methods

The IStandingDataUpdaterProvider type exposes the following members.

Methods
  NameDescription
Public methodDownloadAndDecompressFile
Downloads the URL passed across to the file passed across, overwriting the file if it already exists.
Public methodDownloadLines
Downloads the content of a text file from the URL passed across.
Public methodFileExists
Returns true if the file exists.
Public methodMoveFile
Deletes the live file and moves the temporary file to the live filename.
Public methodReadLines
Returns the entire content of the file.
Public methodWriteLines
Overwrites the entire file with the text passed across.
Top
See Also