Finds new files belonging to specified categories from under root (subdirectories optional) to the document list
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public ArrayList Import( bool isRecursive, ArrayList targetMatches, ArrayList noRecurseMatches, string loginURL )
public ArrayList Import( bool isRecursive, ArrayList targetMatches, ArrayList noRecurseMatches, string loginURL )
Public Function Import ( isRecursive As Boolean, targetMatches As ArrayList, noRecurseMatches As ArrayList, loginURL As String ) As ArrayList
Public Function Import ( isRecursive As Boolean, targetMatches As ArrayList, noRecurseMatches As ArrayList, loginURL As String ) As ArrayList
public: ArrayList^ Import( bool isRecursive, ArrayList^ targetMatches, ArrayList^ noRecurseMatches, String^ loginURL )
public: ArrayList^ Import( bool isRecursive, ArrayList^ targetMatches, ArrayList^ noRecurseMatches, String^ loginURL )
member Import : isRecursive : bool * targetMatches : ArrayList * noRecurseMatches : ArrayList * loginURL : string -> ArrayList
member Import : isRecursive : bool * targetMatches : ArrayList * noRecurseMatches : ArrayList * loginURL : string -> ArrayList
Return Value
ArrayList
Collection of strings of imported Urls
Collection of strings of imported Urls
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120