Keyoti Search for ASP.NET API Docs
Import Method (indexableSourceRecord, dataSource)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexImport(IndexableSourceRecord, IIndexableSource)
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 virtual ArrayList Import(
	IndexableSourceRecord indexableSourceRecord,
	IIndexableSource dataSource
)
Public Overridable Function Import ( _
	indexableSourceRecord As IndexableSourceRecord, _
	dataSource As IIndexableSource _
) As ArrayList
public:
virtual ArrayList^ Import(
	IndexableSourceRecord^ indexableSourceRecord, 
	IIndexableSource^ dataSource
)
Parameters
indexableSourceRecord (IndexableSourceRecord)
The indexable source's record which provides connection information.
dataSource (IIndexableSource)
The instance of the source which will be used to import documents/records.
Return Value
Returns list of Uri objects newly imported
Remarks
Will persist indexableSourceRecord to the data-access layer, unless it is of type SourceType.PresetDataSetProvider.

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