DocuSignClient.GetDocumentsAsync 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.
Get documents from an envelope
public virtual System.Threading.Tasks.Task<byte[]> GetDocumentsAsync(string account, string envelope, string outputFormat, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDocumentsAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.GetDocumentsAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function GetDocumentsAsync (account As String, envelope As String, outputFormat As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- account
- String
Account
- envelope
- String
Envelope
- outputFormat
- String
Output format
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get documents from an envelope response.
Remarks
Get documents from an envelope