IOrderAttachmentCollection.Upload(MultipartFormDataContent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uploads attachments for an order for the customer.
public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.OrderAttachment> Upload (System.Net.Http.MultipartFormDataContent attachmentsToUpload);
abstract member Upload : System.Net.Http.MultipartFormDataContent -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.OrderAttachment>
Public Function Upload (attachmentsToUpload As MultipartFormDataContent) As ResourceCollection(Of OrderAttachment)
Parameters
- attachmentsToUpload
- MultipartFormDataContent
The attachments information.
Returns
The uploaded order attachments.