Move.FailIfNotIncremental Property

Definition

Set question parameter for Move task.

public:
 property bool FailIfNotIncremental { bool get(); void set(bool value); };
public bool FailIfNotIncremental { get; set; }
member this.FailIfNotIncremental : bool with get, set
Public Property FailIfNotIncremental As Boolean

Property Value

Remarks

Move can be chained A->B->C with location C as the final location. Incrementally, it is hard to question A->B if both files are gone. In short, question will always return false and author should use target inputs/outputs.

Applies to