Click or drag to resize

StateSyncChangeGroup Class

Represents a group of StateSyncChange instances used when creating jobs.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationStateSyncChangeGroup

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

The StateSyncChangeGroup type exposes the following members.

Constructors
  NameDescription
Public methodStateSyncChangeGroup
Initializes a new instance of the StateSyncChangeGroup class
Top
Properties
  NameDescription
Public propertyChanges
Gets the list of changes in this group.
Public propertyRootChange
Gets or sets the root change. May be null.
Top
Methods
See Also