OnDemandFetchDataFlags Enumeration |
Flags set by the HydrateDataAsync method.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax [FlagsAttribute]
public enum OnDemandFetchDataFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Recovery | 1 |
Set if the callback is invoked as a result of previously interrupted hydration process.
|
| ExplicitHydration | 2 |
Set if the ValidateData method is invoked as a result of an explicit call to placeholder hydration API.
New for Windows 10, version 1803 |
See Also