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 [FlagsAttribute]
public enum OnDemandDehydrateCompletionFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Background | 1 |
Set if the dehydration request is initiated by a system background service.
|
| Dehydrated | 2 |
Set if the placeholder was hydrated prior to the dehydration request.
|
See Also