In The Hand LtdIn The Hand
IncludeSubdirectories Property
NamespacesInTheHand.IOFileSystemWatcherIncludeSubdirectories
.NET Components for Mobility
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
	Get
	Set
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 (Module: InTheHand) Version: 7.0.0.0