OnDemandLocalFileSystemStatus Enumeration |
Defines status flags for the local file system engine.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum OnDemandLocalFileSystemStatus
Members
| Member name | Value | Description |
---|
| Disconnected | 0 |
The engine is disconnected.
|
| Idle | 1 |
The engine is idle.
|
| PopulateNamespace | 2 |
The engine is populating a namespace.
|
| PopulateMetadata | 4 |
The engine is populating placeholder metadata.
|
| PopulateContent | 8 |
The engine is populating placeholder content.
|
| SyncIncremental | 16 |
The engine is incrementally syncing placeholder content.
|
| SyncFull | 32 |
The engine has fully synced placeholder file data.
|
| ConnectivityLost | 64 |
The engine has lost connectivity.
|
See Also