Click or drag to resize

EndPointSynchronizerAddSyncChange Method

Add a sync change manually.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual StateSyncChange AddSyncChange(
	SyncFileSystemEventType type,
	StateSyncEntry entry,
	StateSyncEntry oldEntry = null,
	SyncFileSystemEvent event = null,
	string filePath = null
)

Parameters

type
Type: ShellBoost.Core.SynchronizationSyncFileSystemEventType
The change type.
entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry related to the change.
oldEntry (Optional)
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The optional old entry related to the change.
event (Optional)
Type: ShellBoost.Core.SynchronizationSyncFileSystemEvent
The optional related file system event.
filePath (Optional)
Type: SystemString
The optional file path.

Return Value

Type: StateSyncChange
The change instance or null if because the entry parent path could not be computed.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null.
See Also