Creates a folder element as the last child of the Collection element of the message collection.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement CreateFolder(
string folderName
)
public NBElement CreateFolder(
string folderName
)
Public Function CreateFolder (
folderName As String
) As NBElement
Public Function CreateFolder (
folderName As String
) As NBElement
public:
NBElement^ CreateFolder(
String^ folderName
)
public:
NBElement^ CreateFolder(
String^ folderName
)
member CreateFolder :
folderName : string -> NBElement
member CreateFolder :
folderName : string -> NBElement
Parameters
- folderName
- Type:
System String
The name of the folder to be created.
Return Value
Type:
NBElementThe created folder.
The element will be named using the String passed as the folderName argument.
A CollectionFolder parser will be associated with the created element