Imports the documents from an indexable source into the document index
and returns a collection of imported Uri objects
Declaration Syntax
C# | Visual Basic | Visual 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.