Click or drag to resize

OnDemandDehydrateFlags Enumeration

Flags set by the NotifyDehydrateOnDemandEntry method.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandDehydrateFlags
Members
  Member nameValueDescription
None0 No flags.
Background1 Set if the dehydration request is initiated by a system background service.
See Also