Click or drag to resize

SYNC_TRANSFER_STATUS Enumeration

Specifies possible status values used in the System.SyncTransferStatus property.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum SYNC_TRANSFER_STATUS
Members
  Member nameValueDescription
STS_NONE0 There is no current sync activity.
STS_NEEDSUPLOAD1 The file is pending upload.
STS_NEEDSDOWNLOAD2 The file is pending download.
STS_TRANSFERRING4 The file is currently being uploaded or downloaded.
STS_PAUSED8 The current transfer is paused.
STS_HASERROR16 An error was encountered during the last sync operation.
STS_FETCHING_METADATA32 The sync engine is retrieving metadata from the cloud.
STS_USER_REQUESTED_REFRESH64 The user requested a file refresh.
STS_HASWARNING128 The file has warning.
STS_EXCLUDED256 The file is excluded.
STS_INCOMPLETE512 The file is incomplete.
STS_PLACEHOLDER_IFEMPTY1024 The file is a placeholder if empty.
See Also