 | imbMCRepositoryBuildWebSite Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Builds or updates web site repositorium using crawling information.
Namespace:
imbMiningContext.MCRepository
Assembly:
imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic imbMCWebSite BuildWebSite(
ISpiderTargetCollection targetCollection,
domainAnalysis domainInfo,
ILogBuilder output = null
)
Parameters
- targetCollection
- Type: imbCommonModels.webStructureISpiderTargetCollection
Collection of SpiderTargets, populated by DLC crawl - domainInfo
- Type: domainAnalysis
DLC domain information - output (Optional)
- Type: ILogBuilder
The output.
Return Value
Type:
imbMCWebSite
Reference to created or updated web site repository
Remarks
See Also