3.1.4.2.4.2 t:SyncFolderItemsScopeType Simple Type

msdn link

The SyncFolderItemsScopeType simple type specifies whether a synchronization request is only for items in the folder or includes folder associated information (FAI) as well.

 <xs:simpleType name="SyncFolderItemsScopeType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="NormalItems"
      />
     <xs:enumeration
       value="NormalAndAssociatedItems"
      />
   </xs:restriction>
 </xs:simpleType>
  

The values listed in the following table are defined by the SyncFolderItemsScopeType simple type,

Value

Description

NormalItems

Specifies that only items in the folder are returned.

NormalAndAssociatedItems

Specifies that folder associated information is returned along with the items in the folder.