2.2.4.9 t:FolderChangeDescriptionType

The FolderChangeDescriptionType complex type specifies a change to a single folder property. The FolderChangeDescriptionType complex type extends the ChangeDescriptionType complex type, as specified in [MS-OXWSCORE] section 3.1.4.9.3.4.

 <xs:complexType name="FolderChangeDescriptionType">
   <xs:complexContent>
     <xs:extension
       base="t:ChangeDescriptionType"
      />
   </xs:complexContent>
 </xs:complexType>
  

The SetFolderFieldType complex type, as specified in section 3.1.4.8.3.7, the DeleteFolderFieldType complex type, as specified in section 3.1.4.8.3.4, and the AppendToFolderFieldType complex type, as specified in section 3.1.4.8.3.3 extend the FolderChangeDescriptionType complex type.