Share via


SPDeploymentObjectType Simple Type (DeploymentSystemData)

Applies to: SharePoint Foundation 2010

Provides values for the Type attribute on the SystemObject element. The value specifies the system object type.


<xs:simpleType name="SPDeploymentObjectType">
        <xs:restriction base="xs:string">
                <xs:enumeration value="Site" />
                <xs:enumeration value="Web" />
                <xs:enumeration value="Folder" />
                <xs:enumeration value="List" /> 
                <xs:enumeration value="ListItem" />
                <xs:enumeration value="File" />
        </xs:restriction>
</xs:simpleType>>

Enumeration Values

Value

Description

Site

Specifies that the system object type is a SharePoint Foundation site (SPSite).

Web

Specifies that the system object type is a SharePoint Foundation Web site (SPWeb).

Folder

Specifies that the system object type is a SharePoint Foundation folder (SPFolder).

List

Specifies that the system object type is a SharePoint Foundation list (SPList).

ListItem

Specifies that the system object type is a SharePoint Foundation list item (SPListItem).

File

Specifies that the system object type is a SharePoint Foundation file (SPFile).

See Also

Reference

SystemObject Element (DeploymentSystemData)

Concepts

DeploymentSystemData Schema