Keyoti Search for ASP.NET API Docs
IgnoreCommonResourceTypes Property
API DocumentationKeyoti.SearchEngineConfigurationIgnoreCommonResourceTypes
Keyoti Search for ASP.NET 2010
Whether to ignore links to common resource types, eg. .jpg, .gif, .js.
Declaration Syntax
C#Visual BasicVisual C++
public bool IgnoreCommonResourceTypes { get; set; }
Public Property IgnoreCommonResourceTypes As Boolean
public:
property bool IgnoreCommonResourceTypes {
	bool get ();
	void set (bool value);
}
Remarks
Setting this true (default) improves crawl speed but opens the possibility for false hits and the chance that pages will be ignored if URL rewriting is used (for example). Setting to false is safest but incurrs a speed penalty in the crawler.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609