DocuwareClient.DeleteDocumentAsync(String, Int32, 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.
Delete a document
public virtual System.Threading.Tasks.Task DeleteDocumentAsync(string fileCabinetDocumentTray, int documentId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteDocumentAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteDocumentAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteDocumentAsync (fileCabinetDocumentTray As String, documentId As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- fileCabinetDocumentTray
- String
File Cabinet/Document Tray
- documentId
- Int32
Document ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Deletes a document from a file cabinet or document tray.