DocuwareClient.GetFileCabinetsAsync(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.
Get file cabinets and document trays
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetFileCabinetsResponse> GetFileCabinetsAsync(string fileCabinetType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFileCabinetsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetFileCabinetsResponse>
override this.GetFileCabinetsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetFileCabinetsResponse>
Public Overridable Function GetFileCabinetsAsync (fileCabinetType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetFileCabinetsResponse)
Parameters
- fileCabinetType
- String
File Cabinet Type
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get file cabinets and document trays response.
Remarks
Gets a list of file cabinets and/or document trays.