Creates a new instance and assigns SourceType
            
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public FileSystemFolderBasedSourceRecord( string localFolderPath, string virtualPath, ArrayList targetMatchList, ArrayList ignoreMatchList, bool recurseSubFolders, string loginUrl )
public FileSystemFolderBasedSourceRecord( string localFolderPath, string virtualPath, ArrayList targetMatchList, ArrayList ignoreMatchList, bool recurseSubFolders, string loginUrl )
Public Sub New ( localFolderPath As String, virtualPath As String, targetMatchList As ArrayList, ignoreMatchList As ArrayList, recurseSubFolders As Boolean, loginUrl As String )
Public Sub New ( localFolderPath As String, virtualPath As String, targetMatchList As ArrayList, ignoreMatchList As ArrayList, recurseSubFolders As Boolean, loginUrl As String )
public: FileSystemFolderBasedSourceRecord( String^ localFolderPath, String^ virtualPath, ArrayList^ targetMatchList, ArrayList^ ignoreMatchList, bool recurseSubFolders, String^ loginUrl )
public: FileSystemFolderBasedSourceRecord( String^ localFolderPath, String^ virtualPath, ArrayList^ targetMatchList, ArrayList^ ignoreMatchList, bool recurseSubFolders, String^ loginUrl )
new : localFolderPath : string * virtualPath : string * targetMatchList : ArrayList * ignoreMatchList : ArrayList * recurseSubFolders : bool * loginUrl : string -> FileSystemFolderBasedSourceRecord
new : localFolderPath : string * virtualPath : string * targetMatchList : ArrayList * ignoreMatchList : ArrayList * recurseSubFolders : bool * loginUrl : string -> FileSystemFolderBasedSourceRecord
- localFolderPath (String)
 - The path of the folder which will be scanned for documents - may be absolute or relative to the index directory.
 
- virtualPath (String)
 - The virtual path corresponding to localFolderPath that will enable the document to be read via HTTP
 
- targetMatchList (ArrayList)
 - Files with matching paths to the contents of this list will be imported (eg. ".doc", ".pdf")
 
- ignoreMatchList (ArrayList)
 - Any folders with matching paths will to the contents of this list, will not be recursed
 
- recurseSubFolders (Boolean)
 - Whether to recurse into subfolders
 
- loginUrl (String)
 - The URL to visit before importing any documents, to log the indexer in to the web-site. Null/Nothing if not needed.
 
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120