SYNC_TRANSFER_STATUS Enumeration |
Specifies possible status values used in the System.SyncTransferStatus property.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SYNC_TRANSFER_STATUS
Members
| Member name | Value | Description |
---|
| STS_NONE | 0 |
There is no current sync activity.
|
| STS_NEEDSUPLOAD | 1 |
The file is pending upload.
|
| STS_NEEDSDOWNLOAD | 2 |
The file is pending download.
|
| STS_TRANSFERRING | 4 |
The file is currently being uploaded or downloaded.
|
| STS_PAUSED | 8 |
The current transfer is paused.
|
| STS_HASERROR | 16 |
An error was encountered during the last sync operation.
|
| STS_FETCHING_METADATA | 32 |
The sync engine is retrieving metadata from the cloud.
|
| STS_USER_REQUESTED_REFRESH | 64 |
The user requested a file refresh.
|
| STS_HASWARNING | 128 |
The file has warning.
|
| STS_EXCLUDED | 256 |
The file is excluded.
|
| STS_INCOMPLETE | 512 |
The file is incomplete.
|
| STS_PLACEHOLDER_IFEMPTY | 1024 |
The file is a placeholder if empty.
|
See Also