Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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)
- Feature Element (DeploymentManifest)