DocuwareClient.UpdateIndexFieldsAsync 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.
Update index fields
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.UpdateIndexFieldsResponse> UpdateIndexFieldsAsync(string fileCabinet, int documentId, System.Collections.Generic.List<System.Text.Json.JsonElement?> input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateIndexFieldsAsync : string * int * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.UpdateIndexFieldsResponse>
override this.UpdateIndexFieldsAsync : string * int * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.UpdateIndexFieldsResponse>
Public Overridable Function UpdateIndexFieldsAsync (fileCabinet As String, documentId As Integer, input As List(Of Nullable(Of JsonElement)), Optional cancellationToken As CancellationToken = Nothing) As Task(Of UpdateIndexFieldsResponse)
Parameters
- fileCabinet
- String
File Cabinet
- documentId
- Int32
Document ID
- input
- List<Nullable<JsonElement>>
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Update index fields response.
Remarks
Updates the index fields of a document.