2.2.5.7 t:ItemQueryTraversalType Simple Type

The ItemQueryTraversalType simple type specifies whether the search finds items in folders or in the Deleted Items folder.

 <xs:simpleType name="ItemQueryTraversalType">
   <xs:restriction base="xs:string">
     <xs:enumeration
       value="Shallow"
      />
     <xs:enumeration
       value="SoftDeleted"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the values that are defined by the ItemQueryTraversalType simple type.

Value

Description

Shallow

Specifies that only the items in the folder are returned.

SoftDeleted

Specifies that only the items in the Deleted Items folder are returned.