Aras Innovator Platform

ConverterType

The ‘ConverterType’ ItemType uses the name of the Converter to represent the Converter DLL inside of Aras Innovator.

Properties:

  • Name: Unique name for the Converter. This name must match the name attribute set in the ‘Converter’ tag of the ‘\ConversionServerConfig.xml’ or ‘\ConversionServer\web.config’ file as follows:

<ConversionServer>


<Converters>

<Converter name="MyWordConverter” … />

</Converters>

</ConversionServer>