Click or drag to resize

DocumentSetCaseCollection Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the DocumentSetCaseCollection class.

Namespace:  imbWBI.Core.WebClassifier.cases
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public DocumentSetCaseCollection(
	IDocumentSetClass _setClass
)

Parameters

_setClass
Type: imbWBI.Core.WebClassifier.categoryIDocumentSetClass
The set class.
See Also