StorageProviderState Enumeration |
Defines the possible states of a storage provider file.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum StorageProviderState
Members
| Member name | Value | Description |
---|
| None | 0 |
Nothing.
|
| Sparse | 1 |
Available when online.
|
| InSync | 2 |
Available on this device.
|
| Pinned | 3 |
Always available on this device.
|
| PendingUpload | 4 |
Sync pending, uploading.
|
| PendingDownload | 5 |
Sync pending, downloading.
|
| Transferring | 6 |
Syncing.
|
| Error | 7 |
Error.
|
| Warning | 8 |
Warning.
|
| Excluded | 9 |
Excluded (not synced).
|
| Pending | 10 |
Sync pending.
|
See Also