Click or drag to resize

StateSyncChangeGroup.Changes Property

Gets the list of changes in this group.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IList<StateSyncChange> Changes { get; }

Property Value

Type: IList<StateSyncChange>
The changes.
See Also