Click or drag to resize

LocalFileSystemWatcher Property

Gets the file system events watcher.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected LocalFileSystemWatcher Watcher { get; }

Property Value

Type: LocalFileSystemWatcher
The watcher.
See Also