SyncFileSystemEventOldEntry Property |
Gets the optional old entry.
Only and always set in the case of the Moved type event.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public StateSyncEntry OldEntry { get; }
Property Value
Type:
StateSyncEntry
The old entry.
See Also