Click or drag to resize

graphWrapNodeTItemAdd Method (String, TItem)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new node or nodes to correspond to specified path or name. pathOrName can be path like: path1\\path2\\path3

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public virtual graphWrapNode<TItem> Add(
	string pathWithName,
	TItem __item
)
Request Example View Source

Parameters

pathWithName
Type: SystemString
Name of the path with.
__item
Type: TItem
The item.

Return Value

Type: graphWrapNodeTItem
See Also