Attachments 元素

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

本文内容
属性
子元素
父元素
出现次数

包含指定列表项的附件的 URL。

<Attachments>
</Attachments>

属性

属性

说明

N/A

子元素

元素

说明

N/A

父元素

RenderPattern

出现次数

最小值:0

最大值:1

示例

下面的示例演示对 GetAttachmentCollection(String, String) 方法的 SOAP 响应。

<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>