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 ArrayList Import( IndexableSourceRecord indexableSourceRecord )
Public Function Import ( _ indexableSourceRecord As IndexableSourceRecord _ ) As ArrayList
public: ArrayList^ Import( IndexableSourceRecord^ indexableSourceRecord )
- indexableSourceRecord (IndexableSourceRecord)
 - The indexable source's record which provides connection information and an ID.
 
The IIndexableSource object related to the IndexableSourceRecord is created automatically.  To pass a custom instance, use the appropriate overload of this method.