Attachments Element
Applies to: SharePoint Foundation 2010
Contains the URLs of attachments for a specified list item.
<Attachments>
</Attachments>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
Child Elements
Element |
Description |
---|---|
None |
N/A |
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Example
The following example shows a SOAP response for the GetAttachmentCollection(String, String) method.
<GetAttachmentCollectionResult>
<Attachments>
<Attachment>http://Myoffice.Net/Poster.bmp</Attachment>
<Attachment>http://Myoffice.Net/Attachment.bmp</Attachment>
<Attachment>http://Myoffice.Net/Paris.bmp</Attachment>
<Attachments>
<GetAttachmentCollectionResult>