DocuwareClient.GetFileCabinetFieldsAsync 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 cabinet fields
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetFileCabinetFieldsResponse> GetFileCabinetFieldsAsync(string fileCabinet, string fieldType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFileCabinetFieldsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetFileCabinetFieldsResponse>
override this.GetFileCabinetFieldsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetFileCabinetFieldsResponse>
Public Overridable Function GetFileCabinetFieldsAsync (fileCabinet As String, Optional fieldType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetFileCabinetFieldsResponse)
Parameters
- fileCabinet
- String
File Cabinet
- fieldType
- String
Field Type
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get file cabinet fields response.
Remarks
Gets a list of fields for a file cabinet.