Click or drag to resize

OnDemandLocalFileSystemStatus Enumeration

Defines status flags for the local file system engine.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandLocalFileSystemStatus
Members
  Member nameValueDescription
Disconnected0 The engine is disconnected.
Idle1 The engine is idle.
PopulateNamespace2 The engine is populating a namespace.
PopulateMetadata4 The engine is populating placeholder metadata.
PopulateContent8 The engine is populating placeholder content.
SyncIncremental16 The engine is incrementally syncing placeholder content.
SyncFull32 The engine has fully synced placeholder file data.
ConnectivityLost64 The engine has lost connectivity.
See Also