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