Click or drag to resize

OnDemandDehydrateCompletionFlags Enumeration

Flags set by the NotifyDehydrateOnDemandEntryCompletion method.

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