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 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.