Click or drag to resize

LocalFileSystemEndPointSynchronizer Property

Gets or sets the endpoint 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#
public virtual EndPointSynchronizer EndPointSynchronizer { get; set; }

Property Value

Type: EndPointSynchronizer
The endpoint synchronizer.

Implements

ISyncFileSystemEndPointSynchronizer
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also