Click or drag to resize

StateEntry Class

Defines a state entry.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationStateEntry

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class StateEntry

The StateEntry type exposes the following members.

Constructors
  NameDescription
Public methodStateEntry
Initializes a new instance of the StateEntry class.
Top
Properties
  NameDescription
Public propertyEntry
Gets the stored entry.
Public propertyRelativeFilePath
Gets the relative path of this stored entry, or null if the path couldn't be computed because of hierarchy issues.
Public propertySynchronizer
Gets the endpoint synchronizer.
Top
Methods
See Also