Click or drag to resize

OnDemandDeleteFlags Enumeration

Flags set by the NotifyDeleteOnDemandEntry method.

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