DocuwareClient.GetStampFieldsAsync(String, 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.
Get stamp fields
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetStampFieldsResponse> GetStampFieldsAsync(string fileCabinetDocumentTray, string stamp, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStampFieldsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetStampFieldsResponse>
override this.GetStampFieldsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetStampFieldsResponse>
Public Overridable Function GetStampFieldsAsync (fileCabinetDocumentTray As String, stamp As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetStampFieldsResponse)
Parameters
- fileCabinetDocumentTray
- String
File Cabinet/Document Tray
- stamp
- String
Stamp
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get stamp fields response.
Remarks
Gets a list of fields for a stamp.