ITaskStorageDownloadFile Method
Downloading the file from the server indicated in the parameters.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
string DownloadFile(
FilesFolderType folderType,
string subfolder,
string fileName,
string saveInFolder = null
)
Function DownloadFile (
folderType As FilesFolderType,
subfolder As String,
fileName As String,
Optional saveInFolder As String = Nothing
) As String
- folderType FilesFolderType
- FilesFolderType with the type of folder.
- subfolder String
- Subfolder if it exists.
- fileName String
- File name (EXAMPLE: file.txt).
- 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.