Click or drag to resize

StorageProviderState Enumeration

Defines the possible states of a storage provider file.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum StorageProviderState
Members
  Member nameValueDescription
None0 Nothing.
Sparse1 Available when online.
InSync2 Available on this device.
Pinned3 Always available on this device.
PendingUpload4 Sync pending, uploading.
PendingDownload5 Sync pending, downloading.
Transferring6 Syncing.
Error7 Error.
Warning8 Warning.
Excluded9 Excluded (not synced).
Pending10 Sync pending.
See Also