 | secondaryReportScanSubdirectories Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Scans the subdirectories of given folder and creates summaries for each experiment group, where groups are formed following the structure of subdirectory tree
Namespace:
imbWBI.Core.WebClassifier.reportData.secondaryReports
Assembly:
imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntaxpublic static void ScanSubdirectories(
folderNode _folder,
string reportSubDirectory,
ILogBuilder logger
)
Parameters
- _folder
- Type: folderNode
The folder. - reportSubDirectory
- Type: SystemString
The report sub directory - name of the subdirectory where the summary secondary report is stored - logger
- Type: ILogBuilder
The logger.
See Also