File Search Library
FilesToExclude Property



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

These files are excluded by default. You may add, remove, or clear from this list

*.min.css
*.min.js

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