2.2.4.2.13 ExcludedFolderInfo

The ExcludedFolderInfo type describes one excluded folder.

   <xs:complexType name="ExcludedFolderInfo">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="Name" type="xs:string" />
       <xs:element minOccurs="1" maxOccurs="1" name="Size" type="xs:long" />
       <xs:element minOccurs="1" maxOccurs="1" name="IsAutomatic" type="xs:boolean"
         />
     </xs:sequence>
   </xs:complexType>

Name: The folder name.

Size: The folder size, excluding automatically excluded content.

IsAutomatic: TRUE, if and only if the folder is automatically excluded; otherwise FALSE.