MergeEvent.RollBack Property

Definition

Gets or sets a value that provides additional information to the OnMergeRequest event along with the ReturnStatus flag, allowing the entire merging operation to be cancelled

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

Property Value

Remarks

If ReturnStatus is set to true, this property is ignored.

If the ReturnStatus property is false and the RollBack property is true, the entire merging operation will be cancelled and rolled back to the state before the operation was initiated. If the RollBack property is false, merging the current form will fail, but the merging operation will continue with the next form.

Applies to