Click or drag to resize

LocalFileSystemIsFiltered Method

Determines whether the specified event must be filtered.

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

Parameters

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

Return Value

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