File Search Library
DirectoriesToExclude Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : DirectoriesToExclude Property
A list of patterns to exclude directories. There are several directories excluded by default.
Syntax
'Declaration
 
Public Property DirectoriesToExclude As List(Of String)
'Usage
 
Dim instance As SearchParms
Dim value As List(Of String)
 
instance.DirectoriesToExclude = value
 
value = instance.DirectoriesToExclude
public List<string> DirectoriesToExclude {get; set;}
public:
property List<String^>^ DirectoriesToExclude {
   List<String^>^ get();
   void set (    List<String^>^ value);
}
Remarks

These directories are excluded by default. You may add, remove, or clear the list.

.git
.packages
.svn
.vs
.yardoc
_upgradereport_files
_yardoc
arm
arm64
assemblies
bin
bld
bower_components
build
coverage
debug
debugpublic
dist
doc
documentation
documentx
gen
log
logs
node_modules
obj
out
packages
pkg
rdoc
release
target
tmp
*download*
x64
x86

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