Share via


ExportObjects Element (DeploymentExportSettings)

Applies to: SharePoint Foundation 2010

Represents a collection of deployment export object instances for inclusion in the content migration package.

DECLARATION
<xs:element name="ExportObjects" 
   type="SPExportObjectCollection" 
   minOccurs="0" maxOccurs="unbounded" 
/>

USAGE
<ExportSettings>
   <ExportObjects>
      <DeploymentObject />
   </ExportObjects>
</ExportSettings>

Type

SPExportObjectCollection object.

Attributes

Attribute

Type

Description

None

Child Elements

DeploymentObject Element (DeploymentExportSettings)

Parent Elements

ExportSettings Element (DeploymentExportSettings)

See Also

Reference

SPExportObjectCollection

Concepts

DeploymentExportSettings Schema