AttachmentsDownloadAttachmentInForeground Method |
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 AttachmentResponse DownloadAttachmentInForeground(
AttachmentItem attachmentItem
)
Public Shared Function DownloadAttachmentInForeground (
attachmentItem As AttachmentItem
) As AttachmentResponse
public:
static AttachmentResponse^ DownloadAttachmentInForeground(
AttachmentItem^ attachmentItem
)
static member DownloadAttachmentInForeground :
attachmentItem : AttachmentItem -> AttachmentResponse
Parameters
- attachmentItem
- Type: Unvired.Kernel.UWP.ModelAttachmentItem
Return Value
Type:
AttachmentResponse
See Also