Keyoti Search for ASP.NET API Docs
FileSystemFolderBasedSourceRecord Constructor (localFolderPath, virtualPath, targetMatchList, ignoreMatchList, recurseSubFolders)
API DocumentationKeyoti.SearchEngine.DataAccess.IndexableSourceRecordsFileSystemFolderBasedSourceRecordFileSystemFolderBasedSourceRecord(String, String, ArrayList, ArrayList, Boolean)
Keyoti Search for ASP.NET 2010
Creates a new instance and assigns SourceType
Declaration Syntax
C#Visual BasicVisual C++
public FileSystemFolderBasedSourceRecord(
	string localFolderPath,
	string virtualPath,
	ArrayList targetMatchList,
	ArrayList ignoreMatchList,
	bool recurseSubFolders
)
Public Sub New ( _
	localFolderPath As String, _
	virtualPath As String, _
	targetMatchList As ArrayList, _
	ignoreMatchList As ArrayList, _
	recurseSubFolders As Boolean _
)
public:
FileSystemFolderBasedSourceRecord(
	String^ localFolderPath, 
	String^ virtualPath, 
	ArrayList^ targetMatchList, 
	ArrayList^ ignoreMatchList, 
	bool recurseSubFolders
)
Parameters
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

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609