CreateFileType
Adds a file type. Available only to users with the Administrator role.
Request schema
<xsd:complexType name="CreateFileType">
<xsd:sequence>
<xsd:element name="FileType" type="typens:FileType"/>
<xsd:element name="IgnoreDup" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
FileType

The properties of the file type to add. The following properties are required:

Name

Extension

IsNative

IsExecutable

OutputType

IsPrintable
IgnoreDup
Specifies whether to report an error when creating the file type 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.