Keyoti Search for ASP.NET API Docs
IsDocumentToBeCrawled Method (document, documentHasIgnorePathHit, documentHasIncludePathMiss, parentUri, pathMatchesToBeIgnored, pathMatchesToBeIncluded)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesWebSiteSpiderIsDocumentToBeCrawled(Document, Boolean, Boolean, String, ArrayList, ArrayList)
Keyoti Search for ASP.NET 2010
Method called during 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++
protected virtual bool IsDocumentToBeCrawled(
	Document document,
	bool documentHasIgnorePathHit,
	bool documentHasIncludePathMiss,
	string parentUri,
	ArrayList pathMatchesToBeIgnored,
	ArrayList pathMatchesToBeIncluded
)
Protected Overridable Function IsDocumentToBeCrawled ( _
	document As Document, _
	documentHasIgnorePathHit As Boolean, _
	documentHasIncludePathMiss As Boolean, _
	parentUri As String, _
	pathMatchesToBeIgnored As ArrayList, _
	pathMatchesToBeIncluded As ArrayList _
) As Boolean
protected:
virtual bool IsDocumentToBeCrawled(
	Document^ document, 
	bool documentHasIgnorePathHit, 
	bool documentHasIncludePathMiss, 
	String^ parentUri, 
	ArrayList^ pathMatchesToBeIgnored, 
	ArrayList^ pathMatchesToBeIncluded
)
Parameters
document (Document)
documentHasIgnorePathHit (Boolean)
documentHasIncludePathMiss (Boolean)
parentUri (String)
pathMatchesToBeIgnored (ArrayList)
pathMatchesToBeIncluded (ArrayList)

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