Actuate Information Delivery API operations : CreateFolder
 
CreateFolder
Creates a folder in an Encyclopedia volume into which you are currently logged in. To create a folder, you must have permission to add folders to the Encyclopedia volume.
Request schema
<xsd:complexType name="CreateFolder">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="WorkingFolderName" type="xsd:string"/>
<xsd:element name="WorkingFolderId" type="xsd:string"/>
</xsd:choice>
<xsd:element name="FolderName" type="xsd:string">
</xsd:element>
<xsd:element name="Description" type="xsd:string"
minOccurs="0"/>
<xsd:element name="IgnoreDup" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
WorkingFolderName
The name of the working folder for the new folder. Specify either WorkingFolderName or WorkingFolderId.
WorkingFolderId
The ID of the working folder for the new folder. Specify either WorkingFolderId or WorkingFolderName.
FolderName
The name of the new folder, relative to the working folder, if specified. If you do not specify a working folder, you must specify a full path.
Description
The description of the folder.
IgnoreDup
Specifies whether to report an error when creating the folder if one with the same name already exists. BIRT iHub always rejects a duplicate request regardless of the IgnoreDup setting. If True, BIRT iHub does not report an error. If False, BIRT iHub reports an error. The default value is False.