Click or drag to resize

nodeTreeAdd Method (String, htmlWrapper)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds new node or nodes to correspond to specified path or name. pathOrName can be path like: path1\\path2\\path3

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public override graphWrapNode<htmlWrapper> Add(
	string pathWithName,
	htmlWrapper __item
)

Parameters

pathWithName
Type: SystemString
__item
Type: imbCommonModels.contentBlockhtmlWrapper

Return Value

Type: graphWrapNodehtmlWrapper

[Missing <returns> documentation for "M:imbCommonModels.contentBlock.nodeTree.Add(System.String,imbCommonModels.contentBlock.htmlWrapper)"]

See Also