Click or drag to resize

LocalFileSystemToEntry Method

Converts an event to an entry.

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

Parameters

localEvent
Type: callback.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