Keyoti Search for ASP.NET API Docs
Import Method (isRecursive, targetMatches, noRecurseMatches)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesFileSysDocumentStoreImport(Boolean, ArrayList, ArrayList)
Keyoti Search for ASP.NET 2010
Finds new files belonging to specified categories from under root (subdirectories optional) to the document list
Declaration Syntax
C#Visual BasicVisual C++
public ArrayList Import(
	bool isRecursive,
	ArrayList targetMatches,
	ArrayList noRecurseMatches
)
Public Function Import ( _
	isRecursive As Boolean, _
	targetMatches As ArrayList, _
	noRecurseMatches As ArrayList _
) As ArrayList
public:
ArrayList^ Import(
	bool isRecursive, 
	ArrayList^ targetMatches, 
	ArrayList^ noRecurseMatches
)
Parameters
isRecursive (Boolean)
Subdirectories will be recursively browsed too
targetMatches (ArrayList)
Pattern specification for including files
noRecurseMatches (ArrayList)
Pattern specification for ignoring files
Return Value
Collection of strings of imported Urls

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