2.2.4.58 PartialCollection_Of_FolderInfo
This Type describes a partial collection of FolderInfo (section 2.2.4.30). If CollectionSize is less than zero, the collection is not available and the CollectionChunk field SHOULD be ignored.
Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi
-
<xs:complexType name="PartialCollection_Of_FolderInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="CollectionChunk" nillable="true" type="tns1:ArrayOfFolderInfo"/> <xs:element minOccurs="0" maxOccurs="1" name="CollectionModified" type="xs:dateTime"/> <xs:element minOccurs="0" maxOccurs="1" name="CollectionSize" type="xs:int"/> </xs:sequence> </xs:complexType>
CollectionChunk: The items retrieved from the overall collection.
CollectionModified: The date and time the collection last changed.
CollectionSize: The total number of items in the complete collection.