Click or drag to resize

EndPointSynchronizerToChange Method

Converts an event to a sync change.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual StateSyncChange ToChange(
	SyncFileSystemEventType type,
	StateEvent stateEvent,
	string filePath = null
)

Parameters

type
Type: ShellBoost.Core.SynchronizationSyncFileSystemEventType
The even ttype.
stateEvent
Type: ShellBoost.Core.SynchronizationStateEvent
The event.
filePath (Optional)
Type: SystemString
The related state entry file path.

Return Value

Type: StateSyncChange
A new instance of the StateSyncChange class or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionstateEvent is null.
See Also