DocuSignClient.ApplyTemplatesToDocumentsAsync 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.
Apply a template to documents
public virtual System.Threading.Tasks.Task ApplyTemplatesToDocumentsAsync(string account, string envelopeId, Azure.Connectors.Sdk.DocuSign.Models.ApplyTemplatesToDocumentsInput input, string template, string preserveTemplateRecipient = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ApplyTemplatesToDocumentsAsync : string * string * Azure.Connectors.Sdk.DocuSign.Models.ApplyTemplatesToDocumentsInput * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ApplyTemplatesToDocumentsAsync : string * string * Azure.Connectors.Sdk.DocuSign.Models.ApplyTemplatesToDocumentsInput * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ApplyTemplatesToDocumentsAsync (account As String, envelopeId As String, input As ApplyTemplatesToDocumentsInput, template As String, Optional preserveTemplateRecipient As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- account
- String
Account
- envelopeId
- String
Envelope ID
The request body.
- template
- String
Template
- preserveTemplateRecipient
- String
Preserve template recipient
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Apply a template to documents