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
Syntaxpublic IList<StateSyncChange> Changes { get; }
Property Value
Type:
IList<StateSyncChange>
The changes.
See Also