Click or drag to resize

ISyncStateProvider2.EnumerateChanges Method

Enumerates all changes by a given file path.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
IEnumerable<StateSyncChange> EnumerateChanges(
	EndPointSynchronizer synchronizer,
	string filePath
)

Parameters

synchronizer
Type: callback.ShellBoost.Core.Synchronization.EndPointSynchronizer
The synchronizer.
filePath
Type: System.String
The file path.

Return Value

Type: IEnumerable<StateSyncChange>
A list of changes.
See Also