Click or drag to resize

pipelineTokenCrossCategoryDictionaryGetEntry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the entry.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public pipelineTokenReportFlagEntry GetEntry(
	IDocumentSetClass category,
	string key
)

Parameters

category
Type: imbWBI.Core.WebClassifier.categoryIDocumentSetClass
The category.
key
Type: SystemString
The key.

Return Value

Type: pipelineTokenReportFlagEntry

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.pipelineTokenCrossCategoryDictionary.GetEntry(imbWBI.Core.WebClassifier.category.IDocumentSetClass,System.String)"]

See Also