Click or drag to resize

LocalFileSystemRemoveSelfEventFilter Method

Removes an event filter.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void RemoveSelfEventFilter(
	LocalFileSystemEventFilter filter
)

Parameters

filter
Type: callback.ShellBoost.Core.SynchronizationLocalFileSystemEventFilter
The filter to remove.

Return Value

Type: 
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilter is null.
See Also