In The Hand - .NET Components for Mobility
IncludeSubdirectories Property
NamespacesInTheHand.IOFileSystemWatcherIncludeSubdirectories
Gets or sets a value indicating whether subdirectories within the specified path should be monitored.
Declaration Syntax
C#Visual Basic
public bool IncludeSubdirectories { get; set; }
Public Property IncludeSubdirectories As Boolean
Value
true if you want to monitor subdirectories; otherwise, false. The default is false.
Remarks
Set IncludeSubdirectories to true when you want to watch for change notifications for files and directories contained within the directory specified through the Path property, and its subdirectories. Setting the IncludeSubdirectories property to false helps reduce the number of notifications.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0