Click or drag to resize

SyncJobChanges Property

Gets the changes that are not content changes nor created changes.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<SyncJobChange> Changes { get; }

Property Value

Type: IReadOnlyListSyncJobChange
The changes.
See Also