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:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool ProcessEvents { get; set; }
Property Value
Type:
Booleantrue if file monitored system events must be processed; otherwise,
false.
See Also