Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationConflictReason Enumeration


In This Topic
    SynchronizationConflictReason Enumeration
    In This Topic
    A value representing one or more reasons for conflicts between files during a synchronization.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum SynchronizationConflictReason 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As SynchronizationConflictReason
    [Flags()]
    public enum SynchronizationConflictReason : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    ModifiedAfterLastSynchronization1The file was modified after the last synchronization.
    MoreRecentThanMaster2The file is more recent than the master file.
    NoConflict0No conflict has been detected.
    SameDateAsMasterDifferentData4The file's date is the same as the master file's date, but its data is different.
    Remarks

    This enumeration can be treated as a bit field, that is, a set of flags.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Synchronization.SynchronizationConflictReason

    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