Method DeleteAttachmentsAsync
DeleteAttachmentsAsync(IEnumerable<Attachment>)
Asynchronously deletes the specified attachment from this feature.
Declaration
public Task DeleteAttachmentsAsync(IEnumerable<Attachment> attachments)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Attachment> | attachments | The associated Attachments to delete. |
Returns
Type | Description |
---|---|
Task | A task that represents the asynchronous delete attachments operation. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |