EndPointSynchronizerEnumerateChanges Method |
Enumerates the changes for this endpoint.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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