Click or drag to resize

imbMCRepositoryBuildWebPage Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Builds the web page repository using ISpiderTarget crawl information

Namespace:  imbMiningContext.MCRepository
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public imbMCWebPage BuildWebPage(
	ISpiderTarget target,
	imbMCWebSite site,
	ILogBuilder output = null
)

Parameters

target
Type: imbCommonModels.webStructureISpiderTarget
Target information
site
Type: imbMiningContext.MCWebSiteimbMCWebSite
The site to build page for
output (Optional)
Type: ILogBuilder
The output for console/log

Return Value

Type: imbMCWebPage
Built or updated web page repository
See Also