Click or drag to resize

EndPointSynchronizerOptionsProcessEvents Property

Gets or sets a value indicating whether to process monitored file system events. Note this is not relevant if the file system doesn't support events.

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

Property Value

Type: Boolean
true if file monitored system events must be processed; otherwise, false.
See Also