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 |
Optional. Enumeration that provides values to specify the Windows SharePoint Services 3.0 top-level object type. |
|
Id |
Optional. Unique identifier of the Windows SharePoint Services 3.0 object. |
|
ParentId |
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 |
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. |