NBElement CreateBefore Method (String)IBM Integration Bus
The CreateBefore method creates as the previous sibling a new NBElement with the given Name.

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

public NBElement CreateBefore(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of the element to be created.

Return Value

Type: NBElement
The NBElement which is created.
See Also