IOrderAttachmentCollection Interface
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.
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
Item[String] |
Gets a specific attachment behavior. |
Methods
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. |