Skip to content
Auto
Products

FileSystemSynchronizeMode

Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Specifies the file system synchronization mode.

public enum FileSystemSynchronizeMode

Both ways using last write time.

BothWaysUsingLastWriteTime = 2

One way.

OneWay = 0

One way with remove not existing.

OneWayWithRemoveNotExisting = 1