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


In This Topic
    Synchronizer Class
    In This Topic
    Class that contains static members and properties used to perform file and folder synchronizations.
    Syntax
    'Declaration
     
    Public NotInheritable Class Synchronizer 
    'Usage
     
    Dim instance As Synchronizer
    public sealed class Synchronizer 
    Inheritance Hierarchy

    System.Object
       Xceed.Synchronization.Synchronizer

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)

    Starts the synchronization of the specified items. If provided, the remaining parameters control various aspects of the synchronization. Parameters can be specified in any order; if the same parameter is specified more than once, only the last occurence of the parameter value is used. If these parameters are not provided, default values are used. If an unsupported type is encountered, an ArgumentException is thrown. For details on the types of parameters recognized by this method, please see the documentation.

    When passed as a parameter to this method, the following types are added to the list of items to synchronize:Xceed.FileSystem.FileSystemItem[] and arrays of FileSystemItem-derived objects such as Xceed.FileSystem.AbstractFile[] and Xceed.FileSystem.AbstractFolder[], FileSystemItem, AbstractFile, AbstractFolder.

     
    Public Methodstatic (Shared in Visual Basic)Determines whether the synchronization is being performed on a folder.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Synchronizes the specified items.  
    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