Click or drag to resize

pipelineTokenCrossCategoryDictionary Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the pipelineTokenCrossCategoryDictionary class.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public pipelineTokenCrossCategoryDictionary(
	folderNode _folder,
	IEnumerable<IDocumentSetClass> _classes,
	string _name
)

Parameters

_folder
Type: folderNode
The folder.
_classes
Type: System.Collections.GenericIEnumerableIDocumentSetClass
The classes.
_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.pipelineTokenCrossCategoryDictionary.#ctor(imbSCI.Core.files.folders.folderNode,System.Collections.Generic.IEnumerable{imbWBI.Core.WebClassifier.category.IDocumentSetClass},System.String)"]

See Also