Programming languages
C# and Visual Basic .NET
Overview
The Synchronize sample demonstrates how various features related to file and folder synchronization are used.
Demonstrates
-
The EasySynchronize method.
-
The following synchronization options: AutoConflictResolution, AllowCreations, AllowDeletions, CompareFileData, and PreviewOnly.
-
Synchronization events.
-
The use of master/target items
Project location & filename
Master directory:
<SamplesInstallDir>Xceed Zip for .NET [version]\
Where <SamplesInstallDir> by default is <SystemVolume>Xceed Samples under Windows Vista/7, and <ProgramFiles>Xceed Samples under Windows XP. NOTE: The sample applications for Xceed's FileSystem based products are all contained in the "Xceed Zip for .NET" folder.
C#: \CSharp\SynchronizeUISample\SynchronizeUISampleCS.csproj
VB.NET: \Visual Basic .NET\SynchronizeUISample\SynchronizeUISampleVB.vbproj