Keyoti SearchUnit API Docs
DocumentShouldBeCrawled Method (doc)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesWebSiteSpiderDocumentShouldBeCrawled(Document)
Keyoti SearchUnit v6
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 Basic
[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
Parameters
doc (Document)
Return Value
Boolean

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