Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.44 KB

site-element-deploymentmanifest.md

File metadata and controls

58 lines (39 loc) · 1.44 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid description
Site Element (DeploymentManifest)
soliver
6/14/2022
Developer
reference
medium
cc6c37c3-c1b4-414b-a3b4-8bf5bcffe607
Site Element (DeploymentManifest) represents an instance of a Windows SharePoint Services 3.0 site object.

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