ITaskStorageUploadTableFile Method

Save and register the file in the table.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
TableFileProperties UploadTableFile(
	string file,
	TableFileProperties fileProperties,
	bool overwrite = false
)

Parameters

file  String
Full path of the file to save.
fileProperties  TableFileProperties
TableFileProperties with the file properties.
overwrite  Boolean  (Optional)
Indicates whether the file is overwritten.

Return Value

TableFileProperties
TableFileProperties with the registered properties.

See Also