DeploymentObject element (DeploymentExportSettings)

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

Represents a deployment object or objects (SPExportObject) marked for export to the content migration package.

Definition

DECLARATION
<xs:element
        name="DeploymentObject" type="SPExportObject"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<DeploymentObject
        <!-- SPDeploymentObject -->
        <xs:attribute name="Id" type="Guid" />
        <xs:attribute name="Type" type="SPDeploymentObjectType" />
        <xs:attribute name="ParentId" type="Guid" />
        <!-- SPExportObject -->
        <xs:attribute name="Url" type="xs:string" />
        <xs:attribute name="ExcludeChildren" type="xs:boolean" />
        <xs:attribute name="IncludeDescendants" type="SPIncludeDescendants" />
        <xs:attribute name="ExportChangeToken" type="xs:string" />
/>

Type

SPExportObject

Elements and attributes

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

Attributes

Attribute Type Description
Id
Guid Simple Type (DeploymentExportSettings)
Optional. Unique identifier of the export object.
Type
SPDeploymentObjectType Simple Type (DeploymentExportSettings)
Optional. Enumeration providing values to specify the object type.
ParentId
Guid Simple Type (DeploymentExportSettings)
Optional. Unique identifier of the object's parent site.
Url
xs:string
Optional. URL to the location of the export object.
ExcludeChildren
xs:boolean
Optional. Specifies whether to exclude child objects (descendants). The value is true if children are excluded. The default is false.
IncludeDescendants
SPIncludeDescendents Simple Type (DeploymentExportSettings)
Optional. Enumeration providing values to specify which descendents, if any, to include in the content migration package.
ExportChangeToken
xs:string
Optional. Specifies the change token to use when exporting incremental changes based on changes since the last export.

Child elements

None

Parent elements

ExportObjects element (DeploymentExportSettings)

See also