Click or drag to resize

EndPointSynchronizerHasEntryChanged Method

Determines whether an entry has changed.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool HasEntryChanged(
	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 an entry has changed; otherwise, false.
See Also