Jezik

IOrderAttachmentCollection Interface

Definition

Encapsulates customer order attaachment collection behavior.

public interface IOrderAttachmentCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Orders.OrderAttachment,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.OrderAttachment>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Orders.IOrderAttachment>
type IOrderAttachmentCollection = interface
    interface IEntireEntityCollectionRetrievalOperations<OrderAttachment, ResourceCollection<OrderAttachment>>
    interface IEntitySelector<IOrderAttachment>
Public Interface IOrderAttachmentCollection
Implements IEntireEntityCollectionRetrievalOperations(Of OrderAttachment, ResourceCollection(Of OrderAttachment)), IEntitySelector(Of IOrderAttachment)
Implements

Properties

Name Description
Item[String]

Gets a specific attachment behavior.

Methods

Name Description
ById(String)

Obtains a specific attachment behavior.

Get()

Retrieves all order attachments.

GetAsync()

Asynchronously retrieves all customer order attachments.

Upload(MultipartFormDataContent)

Uploads attachments for an order for the customer.

UploadAsync(MultipartFormDataContent)

Asynchronously uploads attachments for an order for the customer.

Applies to