Imports the documents from an indexable source into the document index
            and returns a collection of imported Uri objects
            
| 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 )
- 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.
 
Returns list of Uri objects newly imported
Will persist indexableSourceRecord to the data-access layer, unless it is of type SourceType.PresetDataSetProvider.