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