LocalFileSystemEventFilterDef Constructor |
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public LocalFileSystemEventFilterDef(
WatcherChangeTypes? action = null,
string path = null,
string oldPath = null
)
Parameters
- action (Optional)
- Type: SystemNullableWatcherChangeTypes
The optional action to match. - path (Optional)
- Type: SystemString
The optional path to match. - oldPath (Optional)
- Type: SystemString
The optional old path to match.
See Also