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 |
Optional. Unique identifier of the system object. |
|
Type |
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 |