Click or drag to resize

EndPointSynchronizerHasEntryMoved Method

Determines whether an entry has been moved.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual 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