SyncDirection Enumeration |
IT Hit User File System
Indicates synchronization direction.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntaxpublic enum SyncDirection
Public Enumeration SyncDirection
public enum class SyncDirection
Members
| Member name | Value | Description |
---|
| Outgoing | 0 |
The item is synced from the user file system to the remote storage (upload).
|
| Incoming | 1 |
The item is synced from the remote storage to the user file system (download).
|
See Also