Click or drag to resize

ISyncEntryComparer Interface

Defines an entry comparer.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public interface ISyncEntryComparer

The ISyncEntryComparer type exposes the following members.

Methods
  NameDescription
Public methodHasEntryChanged
Determines whether an entry has changed. Entries identifiers can be different and should not be used for comparison.
Public methodHasEntryContentChanged
Determines whether an entry content has changed. Entries identifiers can be different and should not be used for comparison.
Public methodHasEntryMoved
Determines whether an entry has been moved. Entries identifiers can be different and should not be used for comparison.
Top
See Also