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