NBCollectionMessage CreateFolder Method IBM Integration Bus
Creates a folder element as the last child of the Collection element of the message collection.

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

public NBElement CreateFolder(
	string folderName
)

Parameters

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

Return Value

Type: NBElement
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
See Also