Click or drag to resize

DocumentSetReportingExtensionsSetAdditionalInfo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.SetAdditionalInfo(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Data.DataTable,System.Boolean,System.Boolean)"]

Namespace:  imbWBI.Core.WebClassifier.reportData
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public static void SetAdditionalInfo(
	this DocumentSetCaseCollection host,
	DataTable output,
	bool isSingleCategoryReport = true,
	bool isTrainingCollection = false
)

Parameters

host
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollection

[Missing <param name="host"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.SetAdditionalInfo(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Data.DataTable,System.Boolean,System.Boolean)"]

output
Type: System.DataDataTable

[Missing <param name="output"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.SetAdditionalInfo(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Data.DataTable,System.Boolean,System.Boolean)"]

isSingleCategoryReport (Optional)
Type: SystemBoolean

[Missing <param name="isSingleCategoryReport"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.SetAdditionalInfo(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Data.DataTable,System.Boolean,System.Boolean)"]

isTrainingCollection (Optional)
Type: SystemBoolean

[Missing <param name="isTrainingCollection"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.SetAdditionalInfo(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Data.DataTable,System.Boolean,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DocumentSetCaseCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also