Click or drag to resize

MultiPointSynchronizerCompareEntriesForStateSynchronization Method

Compares the specified state entries. The two entries must have the same RelativePath property value.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual int CompareEntriesForStateSynchronization(
	StateEntry leftEntry,
	StateEntry rightEntry
)

Parameters

leftEntry
Type: callback.ShellBoost.Core.SynchronizationStateEntry
The left entry.
rightEntry
Type: callback.ShellBoost.Core.SynchronizationStateEntry
The right entry.

Return Value

Type: Int32
A value that indicates the relative order of the entries being compared.
Exceptions
ExceptionCondition
ArgumentNullException leftEntry is null or rightEntry is null.
See Also