TransferDocumentInput.FillIntellix Property

Definition

Choose whether intelligent indexing should be used when storing.

[System.Text.Json.Serialization.JsonPropertyName("FillIntellix")]
public bool? FillIntellix { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("FillIntellix")>]
member this.FillIntellix : Nullable<bool> with get, set
Public Property FillIntellix As Nullable(Of Boolean)

Property Value

Attributes

Applies to