Click or drag to resize

EndPointSynchronizer.EnumerateChanges Method

Enumerates the changes for this endpoint.

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

Parameters

filePath
Type: System.String
A file path filter.

Return Value

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