Share via


ManifestFiles Element (DeploymentSystemData)

Applies to: SharePoint Foundation 2010

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

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

USAGE
<SystemData>
    <ManifestFiles>
        <ManifestFile />
    </ManifestFiles>
</SystemData>

Type

SPManifestFiles

Attributes

Attribute

Type

Description

None

Child Elements

ManifestFile Element (DeploymentSystemData)

Parent Elements

SystemData Element (DeploymentSystemData)

See Also

Concepts

DeploymentSystemData Schema