Partager via


Attachments, élément

Dernière modification : samedi 3 avril 2010

S’applique à : SharePoint Foundation 2010

Dans cet article
Attributs
Éléments enfants
Éléments parents
Occurrences

Contient les URL des pièces jointes pour un élément de liste spécifié.

<Attachments>
</Attachments>

Attributs

Attribut

Description

Aucun

Non applicable

Éléments enfants

Élément

Description

Aucun

Non applicable

Éléments parents

RenderPattern

Occurrences

Minimum : 0

Maximum : 1

Exemple

L'exemple suivant montre une réponse SOAP pour la méthode GetAttachmentCollection(String, String).

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