Keyoti Search for ASP.NET API Docs
Import Method (isRecursive, targetMatches, noRecurseMatches, record)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesFileSysDocumentStoreImport(Boolean, ArrayList, ArrayList, IndexableSourceRecord)
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 virtual ArrayList Import(
	bool isRecursive,
	ArrayList targetMatches,
	ArrayList noRecurseMatches,
	IndexableSourceRecord record
)
Public Overridable Function Import ( _
	isRecursive As Boolean, _
	targetMatches As ArrayList, _
	noRecurseMatches As ArrayList, _
	record As IndexableSourceRecord _
) As ArrayList
public:
virtual ArrayList^ Import(
	bool isRecursive, 
	ArrayList^ targetMatches, 
	ArrayList^ noRecurseMatches, 
	IndexableSourceRecord^ record
)
Parameters
isRecursive (Boolean)
Subdirectories will be recursively browsed too
targetMatches (ArrayList)
Pattern specification for including files
noRecurseMatches (ArrayList)
Pattern specification for ignoring files
record (IndexableSourceRecord)
The IndexableSourceRecord that the documents shall be assigned to - can be null.
Return Value
Collection of strings of imported Urls

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