Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationOptions Class
Fields Properties Methods


In This Topic
    SynchronizationOptions Class Members
    In This Topic

    The following tables list the members exposed by 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
    See Also