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