NBElement Children Method IBM Integration Bus
Overload List

  NameDescription
Public methodChildren 
The Children method returns all child NBElements of this NBElement.
Public methodChildren(Int32)
The Children method returns all child NBElements of this NBElement with the given Type.
Public methodChildren(String)
The Children method returns all child NBElements of this NBElement with the given Name.
Public methodChildren(Int32, String)
The Children method returns all child NBElements of this NBElement with the given Type and Name.
Public methodChildren(String, String)
The Children method returns all child NBElements of this NBElement with the given Namespace and Name.
Public methodChildren(Int32, String, String)
The Children method returns all child NBElements of this NBElement with the given Type, Namespace and Name.
Back to Top
See Also