SPObject Element (DeploymentManifest)

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

Represents an instance of a top-level Windows SharePoint Services 3.0 object (SPGenericObject).

Definition

DECLARATION
<xs:element name="SPObject"
        type="SPGenericObject"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<SPObjects>
        <SPObject
                ObjectType="SPObjectType"
                Id="Guid"
                ParentId="Guid"
                Name="xs:string"
                IsDeleted="xs:boolean"
                ParentWebId="Guid"
                ParentWebUrl="xs:string"
                ContentTypeId="xs:string"
                Url="xs:string"
        />
</SPObjects>

Type

SPGenericObject (Object)

Elements and attributes

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

Attributes

Attribute Type Description
ObjectType
SPObjectType Simple Type (DeploymentManifest)
Optional. Enumeration that provides values to specify the Windows SharePoint Services 3.0 top-level object type.
Id
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the Windows SharePoint Services 3.0 object.
ParentId
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the parent deployment object.
Name
xs:string
Optional. Name of the object.
IsDeleted
xs:boolean
Optional. Specifies whether the object has been deleted.
ParentWebId
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the parent website.
ParentWebUrl
xs:string
Optional. URL to the parent website.
ContenTypeId
xs:string
Optional. Specifies the object content type.
Url
xs:string
Optional. URL to the object.

Child elements

Parent elements

See also