Click or drag to resize

AttachmentsQueueForDownload Method

Queue attachment item for downloading.

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 QueueForDownload(
	AttachmentItem attachmentItem,
	AttachmentDownloadPriority priority
)

Parameters

attachmentItem
Type: Unvired.Kernel.UWP.ModelAttachmentItem
Attachment item to be queued for download
priority
Type: Unvired.Kernel.UWP.ConstantsAttachmentDownloadPriority
Set priority for Auto or force download. Values for priority are FrameworkConstants.ATTACHMENT_AUTO_DOWNLOAD_PRIORITY, FrameworkConstants.ATTACHMENT_FORCE_DOWNLOAD_PRIORITY
See Also