Name | Description | |
---|---|---|
SynchronizationOptions Constructor | Overloaded. |
The following tables list the members exposed by SynchronizationOptions.
Name | Description | |
---|---|---|
SynchronizationOptions Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowCreations | A boolean value indicating whether new files can be created during the synchronization process. | |
AllowDeletions | A boolean value indicating whether deletions will be allowed during the synchronization. | |
AutoConflictResolution | A boolean value indicating whether conflicts should be resolved automatically. | |
ByteProgressionTriggerThreshold | An integer value specifying the amount of byte progression required to trigger the SynchronizationProgression event. | |
CompareFileData | A 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. | |
PerformRefresh | A boolean value indicating whether the Xceed.FileSystem.FileSystemItem.Refresh method should be called before using an item's dates and attribute in the synchronization. | |
PreviewOnly | A boolean value indicating whether the synchronization will be performed in preview-mode only, that is, without making any changes to files. | |
ProcessUnnecessaryFolders | ||
RecurseIntoSubFolders | A 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. | |
UseMetaData | A boolean value indicating whether meta data should be used during the synchronization. |
Name | Description | |
---|---|---|
Clone | Creates a copy of this SynchronizationOptions object. | |
CopyTo | Copies the values of the current SynchronizationOptions object to the supplied SynchronizationOptions object. | |
Reset | Resets the values of the current SynchronizationOptions object to the values found in the Default object. |