<Extension>
Section:
Web Services
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Use <Extension> to define a file extension for each MIME type you want Creo Elements/Direct Model Manager to recognize as a valid related file for a model or drawing.
When you define a file extension with <Extension>, you must also define the corresponding file type with the <FileType> tag in the same <MimeMapping> section. You should define one <Extension> and one <FileType> in each <MimeMapping> section.
Example
<MimeMapping>
<Extension>easm</Extension>
<MimeType>application/octet-stream</MimeType>
<FileType>application/x-easm</FileType>
</MimeMapping>
Was this helpful?