2.2.5.9 t:SearchFolderTraversalType Simple Type

The SearchFolderTraversalType simple type specifies the options for how a folder hierarchy is searched when the contents of a search folder are identified.

 <xs:simpleType name="SearchFolderTraversalType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Deep"
      />
     <xs:enumeration
       value="Shallow"
      />
   </xs:restriction>
 </xs:simpleType>
  

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

Value

Meaning

Deep

Specifies that a deep search is used to traverse the folder hierarchy.

Shallow

Specifies that a shallow search is used to traverse the folder hierarchy.