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)
Syntaxpublic static void QueueForDownload(
AttachmentItem attachmentItem,
AttachmentDownloadPriority priority
)
Public Shared Sub QueueForDownload (
attachmentItem As AttachmentItem,
priority As AttachmentDownloadPriority
)
public:
static void QueueForDownload(
AttachmentItem^ attachmentItem,
AttachmentDownloadPriority priority
)
static member QueueForDownload :
attachmentItem : AttachmentItem *
priority : AttachmentDownloadPriority -> unit
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