Click or drag to resize

OnDemandDehydrateFlags Enumeration

Flags set by the NotifyDehydrateOnDemandEntry method.

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