Click or drag to resize

EndPointSynchronizerFileSystemSynchronizationEventsSink Property

Gets the file system synchronization events sink instance.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ISyncFileSystemSynchronizationEventsSink FileSystemSynchronizationEventsSink { get; }

Property Value

Type: ISyncFileSystemSynchronizationEventsSink
The file system synchronization events sink instance or null if synchronization events sink is not supported.
See Also