Keyoti SearchUnit API Docs
CrawlSubdomains Property
API DocumentationKeyoti.SearchEngineConfigurationCrawlSubdomains
Keyoti SearchUnit v6
Whether to let the crawler crawl [other] subdomains that it finds links to, otherwise the crawler will stay on the exact hostname that it started on.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool CrawlSubdomains { get; set; }
public bool CrawlSubdomains { get; set; }
Public Property CrawlSubdomains As Boolean
	Get
	Set
Public Property CrawlSubdomains As Boolean
	Get
	Set
public:
property bool CrawlSubdomains {
	bool get ();
	void set (bool value);
}
public:
property bool CrawlSubdomains {
	bool get ();
	void set (bool value);
}
member CrawlSubdomains : bool with get, set
member CrawlSubdomains : bool with get, set
Property Value

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120