DocuSignClient.ListTemplateDocumentsAsync 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.
List documents from a template
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ListTemplateDocumentsResponse> ListTemplateDocumentsAsync(string account, string template, System.Threading.CancellationToken cancellationToken = default);
abstract member ListTemplateDocumentsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ListTemplateDocumentsResponse>
override this.ListTemplateDocumentsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ListTemplateDocumentsResponse>
Public Overridable Function ListTemplateDocumentsAsync (account As String, template As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ListTemplateDocumentsResponse)
Parameters
- account
- String
Account
- template
- String
Template
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List documents from a template response.
Remarks
List documents from a template