Click or drag to resize

EndPointSynchronizerUpdateState Method

Updates the state corresponding to the associated file system.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual void UpdateState(
	string parentId,
	IReadOnlyList<SyncFileSystemEvent> sortedEvents,
	SyncEnumerateEntriesOptions options = null
)

Parameters

parentId
Type: SystemString
The parent identifier to update from.
sortedEvents
Type: System.Collections.GenericIReadOnlyListSyncFileSystemEvent
A list of sorted events that caused a state update.
options (Optional)
Type: ShellBoost.Core.SynchronizationSyncEnumerateEntriesOptions
The options.
Exceptions
ExceptionCondition
ArgumentNullException parentId is null or sortedEvents is null.
See Also