Click or drag to resize

secondaryReportOnExperimentLoad Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Loads all data on

Namespace:  imbWBI.Core.WebClassifier.reportData.secondaryReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public void Load(
	string pathOfExperimentSetupXML,
	ILogBuilder logger,
	folderNode _folderRoot
)

Parameters

pathOfExperimentSetupXML
Type: SystemString
Path pointing to experimentSetup.xml file
logger
Type: ILogBuilder
The logger.
_folderRoot
Type: folderNode
The folder root - the one that was scanned. If null - it will just load the information but will not call Process(ILogBuilder)
See Also