Click or drag to resize

LocalFileSystemEventFilterMatches Method

Determines if the input event must be filtered.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool Matches(
	LocalFileSystemWatcherEventArgs e
)

Parameters

e
Type: callback.ShellBoost.Core.UtilitiesLocalFileSystemWatcherEventArgs
The LocalFileSystemWatcherEventArgs instance containing the event data.

Return Value

Type: Boolean
true if the input event must be filtered; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptione is null.
See Also