DocuSignClient.GetEnvelopeDocumentInfoAsync 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 document info from envelope
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.EnvelopeDocument> GetEnvelopeDocumentInfoAsync(string account, string envelope, string documentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEnvelopeDocumentInfoAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.EnvelopeDocument>
override this.GetEnvelopeDocumentInfoAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.EnvelopeDocument>
Public Overridable Function GetEnvelopeDocumentInfoAsync (account As String, envelope As String, documentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EnvelopeDocument)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- documentName
- String
Document name
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get document info from envelope response.
Remarks
Get document info from envelope