ManifestFile Element (DeploymentSystemData)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

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

USAGE
<ManifestFiles>
    <ManifestFile
        Name="xs:string"
    />
</ManifestFiles>

Type

SPManifestFile

Attributes

Attribute

Type

Description

Name

xs:string

Optional. Name of the SystemData.xml file.

Child Elements

None

Parent Elements

ManifestFiles Element (DeploymentSystemData)

See Also

Concepts

DeploymentSystemData Schema