ShellChangeNotifierDirectories Property |
The directories to receive change notifications for. Leave empty to receive change notifications for the whole file system.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public PathCollection Directories { get; }
Public ReadOnly Property Directories As PathCollection
Get
public:
property PathCollection^ Directories {
PathCollection^ get ();
}
member Directories : PathCollection with get
Property Value
Type:
PathCollectionSee Also