Click or drag to resize

LocalFileSystemEndPointSynchronizer Property

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

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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