DocuwareModelFactory.TransferDocumentResponse 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.
Creates a new instance of TransferDocumentResponse(Nullable<Int32>, List<Nullable<JsonElement>>).
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
- documents
- List<Nullable<JsonElement>>