Click or drag to resize

ISyncFileSystemEndPointSynchronizer Property

Gets or sets the end point synchronizer. The setter is reserved and should not be used.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
EndPointSynchronizer EndPointSynchronizer { get; set; }

Property Value

Type: EndPointSynchronizer
The end point synchronizer.
See Also