WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ReplaceAllChildren Method (source)
NamespacesIBM.Broker.PluginNBElementReplaceAllChildren(NBElement)
SUMMARY
The ReplaceAllChildren method deletes all the children of the NBElement being operated on and replaces them with the given NBElement.
Declaration Syntax
C#Visual BasicVisual C++F#
public void ReplaceAllChildren(
	NBElement source
)
Public Sub ReplaceAllChildren ( _
	source As NBElement _
)
public:
void ReplaceAllChildren(
	NBElement^ source
)
member ReplaceAllChildren : 
        source:NBElement -> unit 
Parameters
source (NBElement)
The source element.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0