Share via


SystemObject Element (DeploymentSystemData)

Applies to: SharePoint Foundation 2010

Represents a SharePoint Foundation 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