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

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610