Sdílet prostřednictvím


Attachments Class

Definition

The Attachments sub-client.

public class Attachments
type Attachments = class
Public Class Attachments
Inheritance
Attachments

Constructors

Attachments()

Initializes a new instance of Attachments for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

CreateOrUpdate(String, String, RequestContent, RequestContext)

Creates or updates an attachment resource under a particular party.

CreateOrUpdateAsync(String, String, RequestContent, RequestContext)

Creates or updates an attachment resource under a particular party.

Delete(String, String, RequestContext)

Deletes a specified attachment resource under a particular party.

DeleteAsync(String, String, RequestContext)

Deletes a specified attachment resource under a particular party.

Download(String, String, RequestContext)

Downloads and returns attachment as response for the given input filePath.

DownloadAsync(String, String, RequestContext)

Downloads and returns attachment as response for the given input filePath.

GetAttachment(String, String, RequestContext)

Gets a specified attachment resource under a particular party.

GetAttachmentAsync(String, String, RequestContext)

Gets a specified attachment resource under a particular party.

GetAttachmentsByPartyId(String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, String, RequestContext)

Returns a paginated list of attachment resources under a particular party.

GetAttachmentsByPartyIdAsync(String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, String, RequestContext)

Returns a paginated list of attachment resources under a particular party.

Applies to