LocalFileSystemWatcherSynthetizeOptions Enumeration |
Defines options to synthetize some LocalFileSystemWatcher events.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum LocalFileSystemWatcherSynthetizeOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No options.
|
| CutAndPasteToRename | 1 |
Transform cut & paste operation into rename.
|
| CreateFolderWithChildren | 2 |
If a folder is created and has children, send children creation events too.
|
| All | 3 |
All options.
|
See Also