2.2.4.2.15 FolderInfoGroup

The FolderInfoGroup type describes a group of folders.

   <xs:complexType name="FolderInfoGroup">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="FolderInfoList" type="ArrayOfFolderInfo" />
       <xs:element minOccurs="1" maxOccurs="1" name="TotalNumChildren" type="xs:int" />
     </xs:sequence>
   </xs:complexType>

FolderInfoList: The list of folder information objects in the group.

TotalNumChildren: The total number of children in the group.