DocuwareModelFactory.GetFileCabinetFieldsResponse 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 GetFileCabinetFieldsResponse(List<Nullable<JsonElement>>).
public static Azure.Connectors.Sdk.Docuware.Models.GetFileCabinetFieldsResponse GetFileCabinetFieldsResponse(System.Collections.Generic.List<System.Text.Json.JsonElement?> fields = default);
static member GetFileCabinetFieldsResponse : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.Docuware.Models.GetFileCabinetFieldsResponse
Public Shared Function GetFileCabinetFieldsResponse (Optional fields As List(Of Nullable(Of JsonElement)) = Nothing) As GetFileCabinetFieldsResponse
Parameters
- fields
- List<Nullable<JsonElement>>