DocuSignClient.UpdateEnvelopeCustomFieldAsync 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.
Update envelope custom field
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.UpdateEnvelopeCustomFieldResponse> UpdateEnvelopeCustomFieldAsync(string account, string envelope, string fieldId, string fieldType, string name, string value, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateEnvelopeCustomFieldAsync : string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.UpdateEnvelopeCustomFieldResponse>
override this.UpdateEnvelopeCustomFieldAsync : string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.UpdateEnvelopeCustomFieldResponse>
Public Overridable Function UpdateEnvelopeCustomFieldAsync (account As String, envelope As String, fieldId As String, fieldType As String, name As String, value As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of UpdateEnvelopeCustomFieldResponse)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- fieldId
- String
Field ID
- fieldType
- String
Field Type
- name
- String
Name
- value
- String
Value
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Update envelope custom field response.
Remarks
Update value for the specified envelope custom field