NBElement DetachAllChildren Method IBM Integration Bus
The DetachAllChildren method detaches all the children of the NBElement being operated on from the logical element tree.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public Collection<NBElement> DetachAllChildren()

Return Value

Type: OnlineCollection NBElement 
All detached elements.
See Also