Keyoti Search for ASP.NET API Docs
DiscoverFiles Method (isRecursive, targetMatches, noRecurseMatches, theFoundItems, foundFileUrls)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesFileSysDocumentStoreDiscoverFiles(Boolean, ArrayList, ArrayList, ArrayList, ArrayList)
Keyoti Search for ASP.NET 2010
Retrieves all the eligable files
Declaration Syntax
C#Visual BasicVisual C++
public ArrayList DiscoverFiles(
	bool isRecursive,
	ArrayList targetMatches,
	ArrayList noRecurseMatches,
	ArrayList theFoundItems,
	ArrayList foundFileUrls
)
Public Function DiscoverFiles ( _
	isRecursive As Boolean, _
	targetMatches As ArrayList, _
	noRecurseMatches As ArrayList, _
	theFoundItems As ArrayList, _
	foundFileUrls As ArrayList _
) As ArrayList
public:
ArrayList^ DiscoverFiles(
	bool isRecursive, 
	ArrayList^ targetMatches, 
	ArrayList^ noRecurseMatches, 
	ArrayList^ theFoundItems, 
	ArrayList^ foundFileUrls
)
Parameters
isRecursive (Boolean)
If subdirectories will be browsed
targetMatches (ArrayList)
Pattern specification for including files
noRecurseMatches (ArrayList)
Pattern specification for ignoring files
theFoundItems (ArrayList)
List of found files
foundFileUrls (ArrayList)
Url strings of found documents
Return Value
List of string file paths

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609