FileSystemSynchronizeMode
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Specifies the file system synchronization mode.
public enum FileSystemSynchronizeModeFields
Section titled “Fields”BothWaysUsingLastWriteTime
Section titled “BothWaysUsingLastWriteTime”Both ways using last write time.
BothWaysUsingLastWriteTime = 2OneWay
Section titled “OneWay”One way.
OneWay = 0OneWayWithRemoveNotExisting
Section titled “OneWayWithRemoveNotExisting”One way with remove not existing.
OneWayWithRemoveNotExisting = 1