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


In This Topic
    SynchronizationAction Enumeration
    In This Topic
    A value representing the action to be taken during the synchronization process.
    Syntax
    'Declaration
     
    Public Enum SynchronizationAction 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As SynchronizationAction
    public enum SynchronizationAction : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    CreateOrOverwriteWithMaster2The file or folder will be created or overwritten with the master's data.
    Delete3The file or folder will be deleted.
    None0No action will be taken on this file or folder.
    OverwriteAttributesOnly1The file's attributes will be overwritten with the master file's attributes.
    Process-10This file will be processed by the synchronization algorithm.
    SuspendedCreateOrOverwrite-2The file or folder was to be be created or overwritten with the master's data, but options and/or other factors have overriden the decision, so no action will be taken on this item.
    SuspendedDelete-3The file or folder was to be deleted, but options and/or other factors have overriden the decision, so no action will be taken on this item.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Synchronization.SynchronizationAction

    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