SPObject Element (DeploymentManifest)
Applies to: SharePoint Foundation 2010
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. |