Click or drag to resize

OnDemandDeleteFlags Enumeration

Flags set by the NotifyDeleteOnDemandEntry method.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandDeleteFlags
Members
  Member nameValueDescription
None0 No flags.
IsDirectory1 Set if the placeholder that is about to be deleted is a directory.
IsUndelete2 Set if the placeholder that is about to be deleted is an undelete.
See Also