Click or drag to resize

OnDemandDehydrationReason Enumeration

Specifies the dehydration reason.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum OnDemandDehydrationReason
Members
  Member nameValueDescription
None0 There's no reason.
UserManual1 Manual user dehydration.
SystemLowSpace2 The system is on low space condition.
SystemInactivity3 The system is inactive.
SystemOSUpgrade4 The system had an OS upgrade.
See Also