Click or drag to resize

ISyncEntryComparerHasEntryMoved Method

Determines whether an entry has been moved. Entries identifiers can be different and should not be used for comparison.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
bool HasEntryMoved(
	StateSyncEntry stateEntry,
	StateSyncEntry fileSystemEntry
)

Parameters

stateEntry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The state entry.
fileSystemEntry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The file system entry.

Return Value

Type: Boolean
true if the entry has moved; otherwise, false.
See Also