PrepareDataMoveRequest.IgnoreMoved Property

Definition

Gets or sets ignore the artifacts which are already moved.

[Newtonsoft.Json.JsonProperty(PropertyName="ignoreMoved")]
public bool? IgnoreMoved { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ignoreMoved")>]
member this.IgnoreMoved : Nullable<bool> with get, set
Public Property IgnoreMoved As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to