SystemObject Element (DeploymentSystemData)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

DECLARATION
<xs:element 
    name="SystemObject" 
    type="SPSystemObject" 
    minOccurs="0" maxOccurs="unbounded" 
/>

USAGE

<SystemObjects>
    <SystemObject
        Id="Guid"
        Type="SPDeploymentObjectType"
        Url="xs:string"
    />
</SystemObjects>

Type

SPSystemObject

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

Concepts

DeploymentSystemData Schema