DocuwareModelFactory.UpdateIndexFieldsResponse 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.
public static Azure.Connectors.Sdk.Docuware.Models.UpdateIndexFieldsResponse UpdateIndexFieldsResponse(System.Collections.Generic.List<System.Text.Json.JsonElement?> sections = default, int? documentId = default, System.Text.Json.JsonElement? indexFields = default, string documentTitle = default, string fileCabinetId = default, int? totalPages = default, int? fileSize = default, string contentType = default, string versionStatus = default, System.Text.Json.JsonElement? documentFlags = default);
static member UpdateIndexFieldsResponse : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * Nullable<int> * Nullable<System.Text.Json.JsonElement> * string * string * Nullable<int> * Nullable<int> * string * string * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.Docuware.Models.UpdateIndexFieldsResponse
Public Shared Function UpdateIndexFieldsResponse (Optional sections As List(Of Nullable(Of JsonElement)) = Nothing, Optional documentId As Nullable(Of Integer) = Nothing, Optional indexFields As Nullable(Of JsonElement) = Nothing, Optional documentTitle As String = Nothing, Optional fileCabinetId As String = Nothing, Optional totalPages As Nullable(Of Integer) = Nothing, Optional fileSize As Nullable(Of Integer) = Nothing, Optional contentType As String = Nothing, Optional versionStatus As String = Nothing, Optional documentFlags As Nullable(Of JsonElement) = Nothing) As UpdateIndexFieldsResponse
Parameters
- sections
- List<Nullable<JsonElement>>
- indexFields
- Nullable<JsonElement>
- documentTitle
- String
- fileCabinetId
- String
- contentType
- String
- versionStatus
- String
- documentFlags
- Nullable<JsonElement>