Xceed .NET Libraries Documentation
Synchronizer Class Members
Methods 


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace : Synchronizer Class

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

Reference

Synchronizer Class
Xceed.Synchronization Namespace