Click or drag to resize

imbMCRepositoryGetAllWebSites Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns repository instances for all web sites registered in siteTable, 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<imbMCWebSite> GetAllWebSites(
	ILogBuilder output = null,
	samplingSettings takeSettings = null
)

Parameters

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: ListimbMCWebSite
All web sites in the repo, or sampleTake if sampling settings specified
See Also