DocuwareModelFactory.TransferDocumentResponse Method

Definition

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

Parameters

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

Returns

Applies to