Site Element (DeploymentManifest)

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

Represents an instance of a Windows SharePoint Services 3.0 site (SPSite) object.

Definition

DECLARATION
<xs:element name="Site" type="SPSite" />

USAGE
<SPObject>
        <Site
                Id="Guid"
        />
</SPObject

Type

SPSite

Elements and attributes

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

Attributes

Attribute Type Description
Id
Guid Simple Type (DeploymentManifest)
Global unique identifier of the Windows SharePoint Services 3.0 site object.

Child elements

None

Parent elements

SPObject Element (DeploymentManifest)

See also