Specifies the maximum 'link depth' that should be crawled.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public int MaximumCrawlDepth { get; set; }
public int MaximumCrawlDepth { get; set; }
Public Property MaximumCrawlDepth As Integer Get Set
Public Property MaximumCrawlDepth As Integer Get Set
public: property int MaximumCrawlDepth { int get (); void set (int value); }
public: property int MaximumCrawlDepth { int get (); void set (int value); }
member MaximumCrawlDepth : int with get, set
member MaximumCrawlDepth : int with 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: 2015.6.15.120