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