ManifestFile element (DeploymentSystemData)

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

Represents a system data file (SystemData.xml) exported to the content migration package.

Definition

DECLARATION
<xs:element
    name="ManifestFile"
    type="SPManifestFile"
    minOccurs="1" maxOccurs="unbounded"
/>
USAGE
<ManifestFiles>
    <ManifestFile
        Name="xs:string"
    />
</ManifestFiles>

Type

SPManifestFile

Elements and attributes

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

Attributes

Attribute Type Description
Name
xs:string
Optional. Name of the SystemData.xml file.

Child elements

None

Parent elements

See also