Click or drag to resize

contentSignaturePublish Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Publishes the specified folder.

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

Parameters

folder
Type: folderNode
The folder.
classes
Type: imbWBI.Core.WebClassifier.categoryDocumentSetClasses
The classes.
pipelineCollection
Type: imbWBI.Core.WebClassifier.casesDocumentSetPipelineCollection
The pipeline collection.
See Also