Click or drag to resize

LocalFileSystemAddSelfEventFilter Method (LocalFileSystemEventFilter)

Adds an event filter.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void AddSelfEventFilter(
	LocalFileSystemEventFilter filter
)

Parameters

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