AttachmentsDeleteAttachment Method |
Deletes the attachment item from AttachmentItem table.Also delete the file from local folder.
Namespace:
Unvired.Kernel.UWP.Attachment
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void DeleteAttachment(
AttachmentItem attachment
)
Public Shared Sub DeleteAttachment (
attachment As AttachmentItem
)
public:
static void DeleteAttachment(
AttachmentItem^ attachment
)
static member DeleteAttachment :
attachment : AttachmentItem -> unit
Parameters
- attachment
- Type: Unvired.Kernel.UWP.ModelAttachmentItem
Attachment item instance to be deleted
See Also