Click or drag to resize

EndPointSynchronizerStateDiff Class

Defines a differential state between a file system and the synchronizer state.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationEndPointSynchronizerStateDiff

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected class StateDiff

The EndPointSynchronizerStateDiff type exposes the following members.

Constructors
  NameDescription
Public methodEndPointSynchronizerStateDiff
Initializes a new instance of the EndPointSynchronizerStateDiff class.
Top
Properties
  NameDescription
Public propertyChangedEntries
Gets the changed entries.
Public propertyContentChangedEntries
Gets the content changed entries.
Public propertyCreatedEntries
Gets the created entries.
Public propertyDeletedEntries
Gets the deleted entries.
Public propertyIsEmpty
Gets a value indicating whether this instance is empty.
Public propertyMovedEntries
Gets the moved entries.
Top
See Also