ManifestFile Element (DeploymentSystemData)
Applies to: SharePoint Foundation 2010
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 |