Click or drag to resize

imbMCRepositoryGetAllWebPages Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets all web pages registered in the pageTable loaded, if takeSettings used then returns sampleTake

Namespace:  imbMiningContext.MCRepository
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public List<imbMCWebPage> GetAllWebPages(
	imbMCWebSite site,
	ILogBuilder output = null,
	samplingSettings takeSettings = null
)

Parameters

site
Type: imbMiningContext.MCWebSiteimbMCWebSite
The site repo to take pages for
output (Optional)
Type: ILogBuilder
The log output.
takeSettings (Optional)
Type: samplingSettings
If specified it will return only fraction of web sites, according to the sampling settings.

Return Value

Type: ListimbMCWebPage
All web pages in the site repo , or sampleTake if sampling settings specified
See Also