List of strings which specify path matches to be ignored, see remarks.
Declaration Syntax
C# | Visual Basic |
public ArrayList GetPathMatchesToBeIgnored()
Public Function GetPathMatchesToBeIgnored As ArrayList
Return Value
Remarks
If a string in this list matches the URL about to be crawled, the URL will be ignored.
Eg. if this list contains "/dir1/" then the URL "http://localhost/dir1/file.aspx" will not be crawled.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610