Keyoti Search for ASP.NET API Docs
Import Method (indexableSourceRecord)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexImport(IndexableSourceRecord)
Keyoti Search for ASP.NET 2010
Imports the documents from an indexable source into the document index and returns a collection of imported Uri objects.
Declaration Syntax
C#Visual BasicVisual C++
public ArrayList Import(
	IndexableSourceRecord indexableSourceRecord
)
Public Function Import ( _
	indexableSourceRecord As IndexableSourceRecord _
) As ArrayList
public:
ArrayList^ Import(
	IndexableSourceRecord^ indexableSourceRecord
)
Parameters
indexableSourceRecord (IndexableSourceRecord)
The indexable source's record which provides connection information and an ID.
Remarks
The IIndexableSource object related to the IndexableSourceRecord is created automatically. To pass a custom instance, use the appropriate overload of this method.

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