The CreateBefore method creates as the previous sibling a new NBElement with the given Namespace and Name.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement CreateBefore(
string space,
string name
)
public NBElement CreateBefore(
string space,
string name
)
Public Function CreateBefore (
space As String,
name As String
) As NBElement
Public Function CreateBefore (
space As String,
name As String
) As NBElement
public:
NBElement^ CreateBefore(
String^ space,
String^ name
)
public:
NBElement^ CreateBefore(
String^ space,
String^ name
)
member CreateBefore :
space : string *
name : string -> NBElement
member CreateBefore :
space : string *
name : string -> NBElement
Parameters
- space
- Type:
System String
The space of the element to be created.
- name
- Type:
System String
The name of the element to be created.
Return Value
Type:
NBElementThe NBElement which is created.