Keyoti Search for ASP.NET API Docs
GetPathMatchesToBeIncluded Method
API DocumentationKeyoti.SearchEngine.DataAccess.IndexableSourceRecordsWebsiteBasedIndexableSourceRecordGetPathMatchesToBeIncluded()()()
Keyoti Search for ASP.NET 2010
List of strings which specify path matches to be exclusively included, see remarks.
Declaration Syntax
C#Visual BasicVisual C++
public ArrayList GetPathMatchesToBeIncluded()
Public Function GetPathMatchesToBeIncluded As ArrayList
public:
ArrayList^ GetPathMatchesToBeIncluded()
Remarks
Only if a string in this list matches the URL about to be crawled, the URL will be included to crawl Eg. if this list contains "/dir1/" then the URL "http://localhost/dir1/file.aspx" will be crawled, but "http://localhost/file.aspx" will not.

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