Specifies the maximum 'link depth' that should be crawled.
Declaration Syntax
C# | Visual Basic |
public int MaximumCrawlDepth { get; set; }
Public Property MaximumCrawlDepth As Integer Get Set
Property Value
Remarks
This is useful for limiting the number of pages which will be crawled. Eg.
if this is set to 2, then the crawler will only crawl the links found on the start page, and the links found on those linked pages.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610