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 Basic | Visual 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