ExportObjects element (DeploymentExportSettings)

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

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

Definition

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

Type

SPExportObjectCollection object

Elements and attributes

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

Attributes

None

Child elements

Parent elements

See also