Keyoti Search for ASP.NET API Docs
MaximumCrawlDepth Property
API DocumentationKeyoti.SearchEngineConfigurationMaximumCrawlDepth
Keyoti Search for ASP.NET 2010
Specifies the maximum 'link depth' that should be crawled.
Declaration Syntax
C#Visual BasicVisual C++
public int MaximumCrawlDepth { get; set; }
Public Property MaximumCrawlDepth As Integer
public:
property int MaximumCrawlDepth {
	int get ();
	void set (int 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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609