DocuwareModelFactory.ListDocumentsInDocumentTrayResponse Method

Definition

public static Azure.Connectors.Sdk.Docuware.Models.ListDocumentsInDocumentTrayResponse ListDocumentsInDocumentTrayResponse(int? count = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> documents = default);
static member ListDocumentsInDocumentTrayResponse : Nullable<int> * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.Docuware.Models.ListDocumentsInDocumentTrayResponse
Public Shared Function ListDocumentsInDocumentTrayResponse (Optional count As Nullable(Of Integer) = Nothing, Optional documents As List(Of Nullable(Of JsonElement)) = Nothing) As ListDocumentsInDocumentTrayResponse

Parameters

count
Nullable<Int32>
documents
List<Nullable<JsonElement>>

Returns

Applies to