Click or drag to resize

SyncDirection Enumeration

IT Hit User File System
Indicates synchronization direction.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public enum SyncDirection
Members
  Member nameValueDescription
Outgoing0 The item is synced from the user file system to the remote storage.
Incoming1 The item is synced from the remote storage to the user file system.
See Also