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