ShellChangeNotifierWatchDrives Property |
Determines if "This PC" shall be watched recursively if no other directories are given.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool WatchDrives { get; set; }Public Property WatchDrives As Boolean
Get
Set
public:
property bool WatchDrives {
bool get ();
void set (bool value);
}member WatchDrives : bool with get, set
Property Value
BooleanTrue 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