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