ITaskStorageDownloadFile Method

Downloading the file from the server indicated in the parameters.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string DownloadFile(
	FilesFolderType folderType,
	string subfolder,
	string fileName,
	string saveInFolder = null
)

Parameters

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.

Return Value

String
String with the file name.

See Also