Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.24 KB

rootobjects-element-deploymentrootobjectmap.md

File metadata and controls

56 lines (36 loc) · 1.24 KB
title description manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
RootObjects Element (DeploymentRootObjectMap)
The RootObjects Element (DeploymentRootObjectMap) represents a collection of listed root object (SPRootObject) instances.
soliver
06/14/2022
Developer
reference
medium
b3ce08a1-f231-474f-8f25-922d39d94d64

RootObjects Element (DeploymentRootObjectMap)

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

Represents a collection of listed root object (SPRootObject) instances.

Definition

DECLARATION
<xs:element name="RootObjects" type="SPRootObjects" />
USAGE
<RootObjects>
    <RootObject />
</RootObjects>

Type

SPRootObjects

Elements and attributes

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

Attributes

None

Child elements

RootObject Element (DeploymentRootObjectMap)

Parent elements

None

Remarks

The RootObjects element is the root element of the DeploymentRootObjectMap schema and therefore has no parent element.

See also