List of strings which specify path matches to be exclusively included, see remarks.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public ArrayList GetPathMatchesToBeIncluded()
public ArrayList GetPathMatchesToBeIncluded()
Public Function GetPathMatchesToBeIncluded As ArrayList
Public Function GetPathMatchesToBeIncluded As ArrayList
public: ArrayList^ GetPathMatchesToBeIncluded()
public: ArrayList^ GetPathMatchesToBeIncluded()
member GetPathMatchesToBeIncluded : unit -> ArrayList
member GetPathMatchesToBeIncluded : unit -> ArrayList
Return Value
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: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120