RootObject Element (DeploymentRootObjectMap)
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 an instance of a root object in a root object map exported to the content migration package.
DECLARATION
<xs:element
name="RootObject" type="SPRootObject"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<RootObjects>
<RootObject
Id="Guid"
Type="SPDeploymentObjectType"
ParentId="Guid"
WebUrl="xs:string"
Url="xs:string"
IsDependency="xs:boolean"
/>
</RootObjects>
Type
SPRootObject
Attributes
Attribute |
Type |
Description |
---|---|---|
Id |
Optional. Unique identifier of the root object. |
|
Type |
SPDeploymentObjectType Simple Type (DeploymentRootObjectMap) |
Optional. Specifies the object type of the root object: Site, Web, Folder, List, ListItem, or File. |
ParentId |
Optional. Unique identifier of the parent Web. |
|
WebUrl |
xs:string |
Optional. URL to the parent Web site. |
Url |
xs:string |
Optional. URL to the root object. |
IsDependency |
xs:boolean |
Optional. Specifies whether the object is a dependent object. The value is true if the object is dependent; otherwise, false. |
Child Elements
None |