Click or drag to resize

HtmlTagCategoryTreeGetDataTable Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the data table.

Namespace:  imbNLP.Toolkit.Documents.HtmlAnalysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public DataTable GetDataTable(
	string _name,
	string _description
)

Parameters

_name
Type: SystemString
The name.
_description
Type: SystemString
The description.

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCategoryTree.GetDataTable(System.String,System.String)"]

See Also