DocuwareClient.GetDialogsAsync(String, 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 dialogs
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetDialogsResponse> GetDialogsAsync(string fileCabinetDocumentTray, string dialogType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDialogsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetDialogsResponse>
override this.GetDialogsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetDialogsResponse>
Public Overridable Function GetDialogsAsync (fileCabinetDocumentTray As String, Optional dialogType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetDialogsResponse)
Parameters
- fileCabinetDocumentTray
- String
File Cabinet/Document Tray
- dialogType
- String
Dialog Type
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get dialogs response.
Remarks
Gets a list of dialogs for a file cabinet or document tray.