<FileType>
Section:
Web Services
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Use <FileType> to define a file type 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 type with <FileType>, you must also define the corresponding file type extension with the <Extension>, tag in the same <MimeMapping> section. You should define one <Extension> and one <FileType> in each <MimeMapping> section.
In Creo Elements/Direct Model Manager, the <FileType> values are the actual values written into the FILE_TYPE attribute in the database.
Example
<MimeMapping>
<Extension>easm</Extension>
<MimeType>application/octet-stream</MimeType>
<FileType>application/x-easm</FileType>
</MimeMapping>
Was this helpful?