Click or drag to resize

StateSyncChangeGroupChanges 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: IListStateSyncChange
The changes.
See Also