- Attachments: contains attachment folder
- FileRef: contains the document items FileRef column value
- FileDirRef: contains relative path folder
Add a custom server control like this in dataview xslt :
<spcontrol:attachment runat="server" id="attachmentLsts" path="/{@FileDirRef}/Attachments/{@Attachments}" />
this control will read path of attachment and will display list of attachment links.
No comments:
Post a Comment