Click or drag to resize

LocalFileSystemAddSelfEventFilter Method (WatcherChangeTypes, String)

Adds an event filter on a path using default filter maximum duration.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual LocalFileSystemEventFilter AddSelfEventFilter(
	WatcherChangeTypes action,
	string path
)

Parameters

action
Type: System.IOWatcherChangeTypes
The action.
path
Type: SystemString
The path.

Return Value

Type: LocalFileSystemEventFilter
An instance of the LocalFileSystemEventFilter class.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also