Click or drag to resize

nodeTree Constructor (String, HtmlDocument)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the nodeTree class

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public nodeTree(
	string __name,
	HtmlDocument page
)

Parameters

__name
Type: SystemString

[Missing <param name="__name"/> documentation for "M:imbCommonModels.contentBlock.nodeTree.#ctor(System.String,HtmlAgilityPack.HtmlDocument)"]

page
Type: HtmlDocument

[Missing <param name="page"/> documentation for "M:imbCommonModels.contentBlock.nodeTree.#ctor(System.String,HtmlAgilityPack.HtmlDocument)"]

See Also