Click or drag to resize

LocalFileSystemEventFilterDefMatches Method

Determines if the input event must be filtered.

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

Parameters

e
Type: 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