NBElement ReplaceAllChildren Method IBM Integration Bus
The ReplaceAllChildren method deletes all the children of the NBElement being operated on and replaces them with the given NBElement.

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

public void ReplaceAllChildren(
	NBElement source
)
See Also