EndPointSynchronizerEnumerateChanges 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 public IEnumerable<StateSyncChange> EnumerateChanges(
string filePath
)
Parameters
- filePath
- Type: SystemString
A file path filter.
Return Value
Type:
IEnumerableStateSyncChange
A list of changes for this endpoint.
See Also