Linking attachmentsDetailed description:
If you need to create a permanent link to a file uploaded as a document attachment, you need to use a URL in the following format:
http://www.example.com/getattachment/763c8921-be94-4610-99b4-25e8d3be5b08/logo.aspx
The URL consists of the following parts:
<domain>/getattachment/<file GUID>/<filename><extension>
The <file GUID> value is not the same as the document GUID. It's a GUID of the file in the CMS_Attachment table. You can find this GUID if you display the attachment in CMS Desk and view its URL
The <file name> value can contain any text.
You can find more details on available parameters in the following topic:
GetFile.aspx parametersBest regards,
Martin Danko