Click or drag to resize

LocalFileSystemWatcherSynthetizeOptions Enumeration

Defines options to synthetize some LocalFileSystemWatcher events.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum LocalFileSystemWatcherSynthetizeOptions
Members
  Member nameValueDescription
None0 No options.
CutAndPasteToRename1 Transform cut & paste operation into rename.
CreateFolderWithChildren2 If a folder is created and has children, send children creation events too.
All3 All options.
See Also