File Search Library
IncludeSubfolders Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : IncludeSubfolders Property
If true, subfolders will be searched. The default is true.
Syntax
'Declaration
 
Public Property IncludeSubfolders As Boolean
'Usage
 
Dim instance As SearchParms
Dim value As Boolean
 
instance.IncludeSubfolders = value
 
value = instance.IncludeSubfolders
public bool IncludeSubfolders {get; set;}
public:
property bool IncludeSubfolders {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SearchParms Class
SearchParms Members