Click or drag to resize

graphNodeCustomCreateChildItem Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new child item and sets the name, but still do not add it. Used internally by [!:Add(String pathWithName)]

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public virtual graphNodeCustom CreateChildItem(
	string nameForChild
)
Request Example View Source

Parameters

nameForChild
Type: SystemString
The name for child.

Return Value

Type: graphNodeCustom
See Also