DocuwareClient.TransferDocumentAsync 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.
Transfer documents
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.TransferDocumentResponse> TransferDocumentAsync(string destinationFileCabinetDocumentTray, Azure.Connectors.Sdk.Docuware.Models.TransferDocumentInput input, string storeDialog = default, System.Threading.CancellationToken cancellationToken = default);
abstract member TransferDocumentAsync : string * Azure.Connectors.Sdk.Docuware.Models.TransferDocumentInput * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.TransferDocumentResponse>
override this.TransferDocumentAsync : string * Azure.Connectors.Sdk.Docuware.Models.TransferDocumentInput * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.TransferDocumentResponse>
Public Overridable Function TransferDocumentAsync (destinationFileCabinetDocumentTray As String, input As TransferDocumentInput, Optional storeDialog As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TransferDocumentResponse)
Parameters
- destinationFileCabinetDocumentTray
- String
Destination File Cabinet/Document Tray
- input
- TransferDocumentInput
The request body.
- storeDialog
- String
Store Dialog
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Transfer documents response.
Remarks
Moves one or more documents from one file cabinet/document tray to another.