ManifestFiles element (DeploymentSystemData)

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

Represents a collection of system data (SystemData.xml) files exported to the content migration package.

Definition

DECLARATION
<xs:element
    name="ManifestFiles"
    type="SPManifestFiles"
    minOccurs="1" maxOccurs="1"
/>
USAGE
<SystemData>
    <ManifestFiles>
        <ManifestFile />
    </ManifestFiles>
</SystemData>

Type

SPManifestFiles

Elements and attributes

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

Attributes

None

Child elements

Parent elements

See also