File Search Library
FilesToInclude Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : FilesToInclude Property
A list of patterns that determines which files to include. If empty, all files will be searched that match any extension listed in the ValidExtensions
Syntax
'Declaration
 
Public Property FilesToInclude As List(Of String)
'Usage
 
Dim instance As SearchParms
Dim value As List(Of String)
 
instance.FilesToInclude = value
 
value = instance.FilesToInclude
public List<string> FilesToInclude {get; set;}
public:
property List<String^>^ FilesToInclude {
   List<String^>^ get();
   void set (    List<String^>^ 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