Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationConflictEventArgs Class / ConflictReasons Property


In This Topic
    ConflictReasons Property (SynchronizationConflictEventArgs)
    In This Topic
    Gets the reasons for any conflicts that arise during the synchronization.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConflictReasons As SynchronizationConflictReason()
    'Usage
     
    Dim instance As SynchronizationConflictEventArgs
    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 arise during the synchronization.
    Remarks

    There is one value per file being synchronized. If no conflict is detected, the value SynchronizationConflictReason.NoConflict is used.

    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