Table of Contents

Enum SynchronizationDirection

Namespace
NMF.Synchronizations
Assembly
NMF.Synchronizations.dll

Denotes the direction of a synchronization

public enum SynchronizationDirection
Extension Methods

Fields

CheckOnly = 6

No changes are made, but only inconsistencies are found and reported

LeftToRight = 0

Elements existing in LHS are translated to RHS

LeftToRightForced = 2

Elements existing in LHS are translated to RHS, RHS elements with no existing corresponding LHS element are deleted

LeftWins = 4

Elements existing in LHS are translated to RHS and vice versa, in case of conflicts the LHS wins

RightToLeft = 1

Elements existing in RHS are translated to LHS

RightToLeftForced = 3

Elements existing in RHS are translated to LHS, LHS elements with no existing corresponding HS element are deleted

RightWins = 5

Elements existing in LHS are translated to RHS and vice versa, in case of conflicts the RHS wins