Retrieves all the eligable files
Declaration Syntax
C# | Visual Basic |
public ArrayList DiscoverFiles( bool isRecursive, ArrayList targetMatches, ArrayList noRecurseMatches, string loginURL, ArrayList theFoundItems, ArrayList foundFileUrls )
Public Function DiscoverFiles ( isRecursive As Boolean, targetMatches As ArrayList, noRecurseMatches As ArrayList, loginURL As String, theFoundItems As ArrayList, foundFileUrls As ArrayList ) As ArrayList
Parameters
- isRecursive (Boolean)
- If subdirectories will be browsed
- targetMatches (ArrayList)
- Pattern specification for including files
- noRecurseMatches (ArrayList)
- Pattern specification for ignoring files
- loginURL (String)
- theFoundItems (ArrayList)
- List of found files
- foundFileUrls (ArrayList)
- Url strings of found documents
Return Value
ArrayList
List of string file paths
List of string file paths
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610