DocuwareClient.AppendFileAsync(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.
Append a file
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.AppendFileResponse> AppendFileAsync(string fileCabinetDocumentTray, string documentId, System.Threading.CancellationToken cancellationToken = default);
abstract member AppendFileAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.AppendFileResponse>
override this.AppendFileAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.AppendFileResponse>
Public Overridable Function AppendFileAsync (fileCabinetDocumentTray As String, documentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppendFileResponse)
Parameters
- fileCabinetDocumentTray
- String
File Cabinet/Document Tray
- documentId
- String
Document ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Append a file response.
Remarks
Appends a file/section to an existing document.