DocuSignClient.GetTabInfoAsync 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 info for recipient tab
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.Tab> GetTabInfoAsync(string account, string envelope, string recipientId, string tabLabel, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTabInfoAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.Tab>
override this.GetTabInfoAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.Tab>
Public Overridable Function GetTabInfoAsync (account As String, envelope As String, recipientId As String, tabLabel As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Tab)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- recipientId
- String
Recipient id
- tabLabel
- String
Tab label
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get info for recipient tab response.
Remarks
Returns the value of the tab for the given recipient