LocalFileSystemRemoveSelfEventFilter Method |
Removes an event filter.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual void RemoveSelfEventFilter(
LocalFileSystemEventFilter filter
)
Parameters
- filter
- Type: 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 See Also