Click or drag to resize

LocalFileSystemToEntry Method

Converts an event to an entry.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual StateSyncEntry ToEntry(
	LocalFileSystemWatcherEventArgs localEvent
)

Parameters

localEvent
Type: ShellBoost.Core.UtilitiesLocalFileSystemWatcherEventArgs
The LocalFileSystemWatcherEventArgs instance containing the event data.

Return Value

Type: StateSyncEntry
A StateSyncEntry instance or null to discard this event.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalEvent is null.
See Also