Click or drag to resize

spiderUnitexecuteKeyPageSearch Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Executes the key page search. /// PREVAZIDJENO

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void executeKeyPageSearch(
	ISpiderEvaluatorBase __evaluator,
	string rootPageUrl,
	modelWebSiteGeneralRecord wGeneralRecord,
	webSiteProfile siteProfile,
	modelSpiderTestRecord tRecord,
	modelSpiderTestGeneralRecord tGeneralRecord
)

Parameters

__evaluator
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase
The evaluator.
rootPageUrl
Type: SystemString
The root page URL.
wGeneralRecord
Type: imbWEM.Core.crawler.modelmodelWebSiteGeneralRecord

[Missing <param name="wGeneralRecord"/> documentation for "M:imbWEM.Core.crawler.spiderUnit.executeKeyPageSearch(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.String,imbWEM.Core.crawler.model.modelWebSiteGeneralRecord,imbCommonModels.webStructure.webSiteProfile,imbWEM.Core.crawler.model.modelSpiderTestRecord,imbWEM.Core.project.records.modelSpiderTestGeneralRecord)"]

siteProfile
Type: webSiteProfile
The site profile.
tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord

[Missing <param name="tRecord"/> documentation for "M:imbWEM.Core.crawler.spiderUnit.executeKeyPageSearch(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.String,imbWEM.Core.crawler.model.modelWebSiteGeneralRecord,imbCommonModels.webStructure.webSiteProfile,imbWEM.Core.crawler.model.modelSpiderTestRecord,imbWEM.Core.project.records.modelSpiderTestGeneralRecord)"]

tGeneralRecord
Type: imbWEM.Core.project.recordsmodelSpiderTestGeneralRecord

[Missing <param name="tGeneralRecord"/> documentation for "M:imbWEM.Core.crawler.spiderUnit.executeKeyPageSearch(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.String,imbWEM.Core.crawler.model.modelWebSiteGeneralRecord,imbCommonModels.webStructure.webSiteProfile,imbWEM.Core.crawler.model.modelSpiderTestRecord,imbWEM.Core.project.records.modelSpiderTestGeneralRecord)"]

Return Value

Type: 
See Also