ITaskStorageDownloadTableFile Method
Table file download.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
string DownloadTableFile(
int id,
string saveInFolder = null
)
Function DownloadTableFile (
id As Integer,
Optional saveInFolder As String = Nothing
) As String
- id Int32
- Identifier of the file to download.
- saveInFolder String (Optional)
- Folder where you want to save the file, if not indicated it will be saved in the temporary folder.
StringString with the file name.