Table of Contents

Method DeleteFileAsync

Namespace
PowerSync.Common.Attachments
Assembly
PowerSync.Common.dll

DeleteFileAsync(Attachment)

Deletes a file from remote storage.

Task DeleteFileAsync(Attachment attachment)

Parameters

attachment Attachment

The attachment describing the file to delete.

Returns

Task

A task that completes when the file has been deleted.