ITaskStorageUploadFile Method

Save the file in the folder.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool UploadFile(
	string File,
	FilesFolderType folderType,
	string subfolder,
	bool overwrite = false
)

Parameters

File  String
Full path of the file to save.
folderType  FilesFolderType
FilesFolderType with the type of folder.
subfolder  String
Subfolder if it exists.
overwrite  Boolean  (Optional)
Indicates whether the file is overwritten.

Return Value

Boolean
if the file has been uploaded; otherwise, .

See Also