Click or drag to resize

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)
Syntax
public static void DeleteAttachment(
	AttachmentItem attachment
)

Parameters

attachment
Type: Unvired.Kernel.UWP.ModelAttachmentItem
Attachment item instance to be deleted
See Also