<FileFilter>
Section:
Class
Required:
No
Value type:
Filter specification (see description)
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Defines a file filter for a document class. A document class may have one or more file filters.
The <Description> child tag defines the description of the filter.
The <Suffix> child tag defines a file suffix that will be included in the filter.
Example
This example shows the definition for the first filter in the following dialog.
<FileFilter>
<Description>eDrawings</Description>
<Suffix>easm</Suffix>
<Suffix>edrw</Suffix>
<Suffix>eprt</Suffix>
<Suffix>markup</Suffix>
</FileFilter>
Was this helpful?