Finds new files belonging to specified categories from under root (subdirectories optional) to the document list
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual ArrayList Import( bool isRecursive, ArrayList targetMatches, ArrayList noRecurseMatches, IndexableSourceRecord record )
Public Overridable Function Import ( _ isRecursive As Boolean, _ targetMatches As ArrayList, _ noRecurseMatches As ArrayList, _ record As IndexableSourceRecord _ ) As ArrayList
public: virtual ArrayList^ Import( bool isRecursive, ArrayList^ targetMatches, ArrayList^ noRecurseMatches, IndexableSourceRecord^ record )
Parameters
- isRecursive (Boolean)
- Subdirectories will be recursively browsed too
- targetMatches (ArrayList)
- Pattern specification for including files
- noRecurseMatches (ArrayList)
- Pattern specification for ignoring files
- record (IndexableSourceRecord)
- The IndexableSourceRecord that the documents shall be assigned to - can be null.
Return Value
Collection of strings of imported Urls