2.2.5.3 ObjectType

The ObjectType simple type defines the type of the object whose content is requested by GetContent or GetChanges operations. Its schema is:

 <s:simpleType name="ObjectType">
   <s:restriction base="s:string">
     <s:enumeration value="VirtualServer"/>
     <s:enumeration value="ContentDatabase"/>
     <s:enumeration value="SiteCollection"/>
     <s:enumeration value="Site"/>
     <s:enumeration value="List"/>
     <s:enumeration value="Folder"/>
     <s:enumeration value="ListItem"/>
     <s:enumeration value="ListItemAttachments"/>
   </s:restriction>
 </s:simpleType>

The following table defines the allowable values for ObjectType.

Value

Meaning

VirtualServer

Web application

ContentDatabase

content database

SiteCollection

site collection

Site

site

List

list

Folder

folder

ListItem

list item

ListItemAttachments

attachments