Attach a file to an ftmap - Fluid Topics - Latest

Map Attachments

Category
Technical Notes
Audience
public
Version
Latest

The following lines show how to attach the Spare Part Price List PDF to the Time Machine User Guide Ftmap:

<?xml version='1.0' encoding='utf-8'?>
<controlFile>
  <resources>
    <resource>
      <originId>user_guide</originId>
      <attachments>
        <attachment>
            <originId>spare_parts</originId>
            <displayName>Spare Part Price List</displayName>
            <filePath>Spare_Part_Price_List.pdf</filePath>
            <filename>time_machine_spare_part_prices.pdf</filename>
            <mimeType>application/pdf</mimeType>
        </attachment>
      </attachments>
    </resource>
  </resources>
</controlFile>