ITaskStorageDownloadTableFile Method

Table file download.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string DownloadTableFile(
	int id,
	string saveInFolder = null
)

Parameters

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.

Return Value

String
String with the file name.

See Also