ITaskStorageUploadTableFile Method
Save and register the file in the table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
TableFileProperties UploadTableFile(
string file,
TableFileProperties fileProperties,
bool overwrite = false
)
Function UploadTableFile (
file As String,
fileProperties As TableFileProperties,
Optional overwrite As Boolean = false
) As TableFileProperties
- 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.
TableFilePropertiesTableFileProperties with the registered properties.