Click or drag to resize

LocalFileSystemIsFilteredByAttributes Method

Determines whether the specified event must be filtered because it only represents an unused attribute change.

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

Parameters

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