Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationOptions Class
Members


In This Topic
    SynchronizationOptions Class
    In This Topic
    Represents the options used during the synchronization.
    Syntax
    'Declaration
     
    Public Class SynchronizationOptions 
       Implements System.ICloneable 
    'Usage
     
    Dim instance As SynchronizationOptions
    public class SynchronizationOptions : System.ICloneable  
    Inheritance Hierarchy

    System.Object
       Xceed.Synchronization.SynchronizationOptions

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldA boolean value indicating whether new files can be created during the synchronization process.  
    Public FieldA boolean value indicating whether deletions will be allowed during the synchronization.  
    Public FieldA boolean value indicating whether conflicts should be resolved automatically.  
    Public FieldAn integer value specifying the amount of byte progression required to trigger the SynchronizationProgression event.  
    Public FieldA boolean value indicating whether file data will be compared to detect conflicts between files. If set to false, only the date and time of files will be used to detect conflicts during the synchronization.  
    Public FieldA boolean value indicating whether the Xceed.FileSystem.FileSystemItem.Refresh method should be called before using an item's dates and attribute in the synchronization.  
    Public FieldA boolean value indicating whether the synchronization will be performed in preview-mode only, that is, without making any changes to files.  
    Public Field  
    Public FieldA boolean value indicating whether to recurse into subfolders: true if files and folders contained in the subfolders should be synchronized; false if only files that are immediate children of a folder should be synchronized.  
    Public FieldA boolean value indicating whether meta data should be used during the synchronization.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the default synchronization options.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a copy of this SynchronizationOptions object.  
    Public MethodCopies the values of the current SynchronizationOptions object to the supplied SynchronizationOptions object.  
    Public MethodResets the values of the current SynchronizationOptions object to the values found in the Default object.  
    Top
    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