TransferDocumentInput.KeepSource Property

Definition

Choose whether the source documents should be deleted or not.

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

Property Value

Attributes

Applies to