Click or drag to resize

OnDemandDehydrateCompletionFlags Enumeration

Flags set by the NotifyDehydrateOnDemandEntryCompletion method.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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