Xceed .NET Libraries Documentation
ConflictReasons Property (SynchronizationAnalysisEventArgs)


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationAnalysisEventArgs Class : ConflictReasons Property
Gets the reasons for any conflicts that arose during the conflict detection of the synchronization.
Syntax
'Declaration
 
Public ReadOnly Property ConflictReasons As SynchronizationConflictReason()
'Usage
 
Dim instance As SynchronizationAnalysisEventArgs
Dim value() As SynchronizationConflictReason
 
value = instance.ConflictReasons
public SynchronizationConflictReason[] ConflictReasons {get;}

Property Value

An array of SynchronizationConflictReason values representing the reasons for any conflicts that arose during the synchronization conflict detection.
Remarks

There can be more than one conflict reason per file being synchronized. All applicable reasons are combined using bitwise OR operations. If no conflict is detected, the value SynchronizationConflictReason.NoConflict is used.

The conflict reasons are provided as supplemental information only. All changes made to the array will be ignored by the synchronization.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SynchronizationAnalysisEventArgs Class
SynchronizationAnalysisEventArgs Members