Article ID: 929259 - Last Review: December 20, 2006 - Revision: 1.1 How to programmatically download attachments from list items in Windows SharePoint ServicesINTRODUCTIONThis article describes how to programmatically download attachments from list items in Microsoft Windows SharePoint Services. MORE INFORMATIONThe attachments of a list item are stored in the Web folder in the following structure:
Folders["Lists"].SubFolders[strListName].SubFolders["Attachments"].SubFolders[item.ID.ToString()]; The following code is an example of code that you can use to programmatically download attachments from list items.
| Article Translations
|

Back to the top
