Retrieves all the eligable files
            
| C# | Visual Basic | Visual C++ | 
public ArrayList DiscoverFiles( bool isRecursive, ArrayList targetMatches, ArrayList noRecurseMatches, ArrayList theFoundItems, ArrayList foundFileUrls )
Public Function DiscoverFiles ( _ isRecursive As Boolean, _ targetMatches As ArrayList, _ noRecurseMatches As ArrayList, _ theFoundItems As ArrayList, _ foundFileUrls As ArrayList _ ) As ArrayList
public: ArrayList^ DiscoverFiles( bool isRecursive, ArrayList^ targetMatches, ArrayList^ noRecurseMatches, ArrayList^ theFoundItems, ArrayList^ foundFileUrls )
- isRecursive (Boolean)
 - If subdirectories will be browsed
 
- targetMatches (ArrayList)
 - Pattern specification for including files
 
- noRecurseMatches (ArrayList)
 - Pattern specification for ignoring files
 
- theFoundItems (ArrayList)
 - List of found files
 
- foundFileUrls (ArrayList)
 - Url strings of found documents
 
List of string file paths