Click or drag to resize

ShellChangeNotifierWatchDrives Property

Determines if "This PC" shall be watched recursively if no other directories are given.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool WatchDrives { get; set; }

Property Value

Type: Boolean
True if watch This PC, if no directories are given; false if not.
Remarks
Normally specific folders, that shall be watched will be given either via the Directories property or by calling "AddItemIdList(ItemIdList)

This property determines if the the ShellChangeNotifier will automatically watch This PC, if nothing else is given.

See Also