SystemObject Element (DeploymentSystemData)

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

Represents a SharePoint Foundation system object instance (SPSystemObject) exported to the content migration package.

Definition

DECLARATION
<xs:element
    name="SystemObject"
    type="SPSystemObject"
    minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<SystemObjects>
    <SystemObject
        Id="Guid"
        Type="SPDeploymentObjectType"
        Url="xs:string"
    />
</SystemObjects>

Type

SPSystemObject

Elements and attributes

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

Attributes

Attribute Type Description
Id
Guid Simple Type (DeploymentSystemData)
Optional. Unique identifier of the system object.
Type
SPDeploymentObjectType Simple Type (DeploymentSystemData)
Optional. Specification of the object type: Site, Web, Folder, List, ListItem, or File.
Url
xs:string
Optional. URL to the system object.

Child elements

None

Parent elements

SystemObjects Element (DeploymentSystemData)

See also