Click or drag to resize

termCategoryReportPublish Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Publishes the specified class report folder.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public void Publish(
	folderNode classReportFolder,
	DocumentSetClasses classes,
	DocumentSetPipelineCollection pipelineCollection,
	ILogBuilder logger
)

Parameters

classReportFolder
Type: folderNode
The class report folder.
classes
Type: imbWBI.Core.WebClassifier.categoryDocumentSetClasses
The classes.
pipelineCollection
Type: imbWBI.Core.WebClassifier.casesDocumentSetPipelineCollection
The pipeline collection.
logger
Type: ILogBuilder
The logger.
See Also