SPObject Element (DeploymentManifest)

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 top-level Windows SharePoint Services 3.0 object (SPGenericObject).

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)

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 Web site.

ParentWebUrl

xs:string

Optional. URL to the parent Web site.

ContenTypeId

xs:string

Optional. Specifies the object content type.

Url

xs:string

Optional. URL to the object.

Child Elements

Site Element (DeploymentManifest)

Web Element (DeploymentManifest)

WebTemplate Element (DeploymentManifest)

List Element (DeploymentManifest)

DocumentLibrary Element (DeploymentManifest)

PictureLibrary Element (DeploymentManifest)

ListItem Element (DeploymentManifest - SPGenericObject)

Module Element (DeploymentManifest)

DocumentTemplate Element (DeploymentManifest)

ListTemplate Element (DeploymentManifest)

Folder Element (DeploymentManifest)

File Element (DeploymentManifest - SPGenericObject)

ContentType Element (DeploymentManifest)

FieldTemplate Element (DeploymentManifest)

WebStructure Element (DeploymentManifest)

UserX Element (DeploymentManifest)

GroupX Element (DeploymentManifest)

Roles Element (DeploymentManifest)

RoleX Element (DeploymentManifest)

RoleAssignments Element (DeploymentManifest)

RoleAssignmentX Element (DeploymentManifest)

Feature Element (DeploymentManifest)

Parent Elements

SPObjects Element (DeploymentManifest)

See Also

Reference

SPDeploymentObject

Object

Concepts

DeploymentManifest Schema