Click or drag to resize

LocalFileSystemEventFilterDef Constructor

Initializes a new instance of the LocalFileSystemEventFilterDef class.

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