次の方法で共有


Attachments 要素

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

指定されたリスト アイテムの添付ファイルの URL が含まれます。

<Attachments>
</Attachments>

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

なし

子要素

None

親要素

Occurrences

  • 最小 : 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>