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.1
Syntax public 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
Type:
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