Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.34 KB

attachments-element-deploymentmanifest.md

File metadata and controls

56 lines (37 loc) · 1.34 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid description
Attachments element (DeploymentManifest)
soliver
06/09/2022
Developer
reference
medium
9634ffe7-daaf-4c0a-9195-516d913ee0a9
Attachments element (DeploymentManifest) represents a container, or collection, of Windows SharePoint Services 3.0 Attachment object instances.

Attachments element (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents a container, or collection, of Windows SharePoint Services 3.0 Attachment object instances.

Definition

DECLARATION
<xs:element name="Attachments" type="SPAttachmentCollection" minOccurs="0" maxOccurs="1" />

USAGE
<ListItem>
        <Attachments>
                <Attachement />
        </Attachements>
</ListItem>

Type

SPAttachmentCollection

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Parent elements

See also