WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateFolder Method (folderName)
NamespacesIBM.Broker.PluginNBCollectionMessageCreateFolder(String)
SUMMARY
Creates a folder element as the last child of the Collection element of the message collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateFolder(
	string folderName
)
Public Function CreateFolder ( _
	folderName As String _
) As NBElement
public:
NBElement^ CreateFolder(
	String^ folderName
)
member CreateFolder : 
        folderName:string -> NBElement 
Parameters
folderName (String)
The name of the folder to be created.
Return Value
The created folder.
Remarks
The element will be named using the String passed as the folderName argument. A CollectionFolder parser will be associated with the created element

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0