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