Click or drag to resize

LocalFileSystemAddSelfEventFilter Method (LocalFileSystemEventFilter)

Adds 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 AddSelfEventFilter(
	LocalFileSystemEventFilter filter
)

Parameters

filter
Type: callback.ShellBoost.Core.SynchronizationLocalFileSystemEventFilter
The filter to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilter is null.
See Also