Click or drag to resize

EndPointSynchronizerStateDiff Constructor

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public StateDiff(
	IReadOnlyList<StateEvent> createdEntries,
	IReadOnlyList<StateEvent> movedEntries,
	IReadOnlyList<StateEvent> changedEntries,
	IReadOnlyList<StateEvent> contentChangedEntries,
	IReadOnlyList<StateEvent> deletedEntries
)

Parameters

createdEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The created entries.
movedEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The moved entries.
changedEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The changed entries.
contentChangedEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The content changed entries.
deletedEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The deleted entries.
Exceptions
ExceptionCondition
ArgumentNullException createdEntries is null or movedEntries is null or changedEntries is null or contentChangedEntries is null or deletedEntriesIds is null.
See Also