<ViewAsAttachmentInClient>
Section:
Web Services
Required:
No
Value type:
False
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
In each <MimeMapping> section, you can use <ViewAsAttachmentInClient> to define if Creo Elements/Direct Model Manager displays the specific file type as an attachment to an associated model, drawing, or Masterdata.
If you don't include <ViewAsAttachmentInClient>, Creo Elements/Direct Model Manager automatically displays the file type as an attachment to the associated model, drawing, or Masterdata.
When you include <ViewAsAttachmentInClient> and set it to false, your users can only view the file type if they select the associated model or drawing in the Workspace, right-click, and select DB Properties > Files.
Example
<MimeMapping>
<!-- Legacy "Model.SD" FileType -->
<Extension>SD</Extension>
<MimeType>application/octet-stream</MimeType>
<FileType>Model.SD</FileType>
<ViewAsAttachmentInClient>false</ViewAsAttachmentInClient>
</MimeMapping>
Was this helpful?