Keyoti Search for ASP.NET API Docs
DocumentShouldBeCrawled Method (doc)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesWebSiteSpiderDocumentShouldBeCrawled(Document)
Keyoti Search for ASP.NET 2010
Method called from Crawl - checks if the current document type is specified as to be crawled in config file, returning true - if so (files types from config file are stored in class member when the object is instantiated)
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use IsDocumentToBeCrawled instead", true)]
protected virtual bool DocumentShouldBeCrawled(
	Document doc
)
<ObsoleteAttribute("Use IsDocumentToBeCrawled instead", True)> _
Protected Overridable Function DocumentShouldBeCrawled ( _
	doc As Document _
) As Boolean
[ObsoleteAttribute(L"Use IsDocumentToBeCrawled instead", true)]
protected:
virtual bool DocumentShouldBeCrawled(
	Document^ doc
)
Parameters
doc (Document)

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