Click or drag to resize

nodeTreeAdd Method (String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the specified name.

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 __name
)

Parameters

__name
Type: SystemString
The name.

Return Value

Type: graphWrapNodehtmlWrapper

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

See Also