DocuwareClient.PlaceAStampAsync 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.
Place a stamp
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.PlaceAStampResponse> PlaceAStampAsync(string fileCabinetDocumentTray, int documentId, Azure.Connectors.Sdk.Docuware.Models.PlaceAStampInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member PlaceAStampAsync : string * int * Azure.Connectors.Sdk.Docuware.Models.PlaceAStampInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.PlaceAStampResponse>
override this.PlaceAStampAsync : string * int * Azure.Connectors.Sdk.Docuware.Models.PlaceAStampInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.PlaceAStampResponse>
Public Overridable Function PlaceAStampAsync (fileCabinetDocumentTray As String, documentId As Integer, input As PlaceAStampInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PlaceAStampResponse)
Parameters
- fileCabinetDocumentTray
- String
File Cabinet/Document Tray
- documentId
- Int32
Document ID
- input
- PlaceAStampInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Place a stamp response.
Remarks
Places a stamp on a document.