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