Click or drag to resize

EndPointSynchronizerProcessFileSystemEvent Method

Defines if a file system event should be processed.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual bool ProcessFileSystemEvent(
	SyncFileSystemEvent event
)

Parameters

event
Type: ShellBoost.Core.SynchronizationSyncFileSystemEvent
The event.

Return Value

Type: Boolean
true if the event should be handled; false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionevent is null.
See Also