3.1.4.17.2.2 GetListCollectionResponse
The GetListCollectionResponse element contains the response that is returned from the protocol server to the protocol client.
-
<s:element name="GetListCollectionResponse"> <s:complexType> <s:sequence> <s:element name="GetListCollectionResult" minOccurs="0"> <s:complexType mixed="true"> <s:sequence> <s:element name="Lists"> <s:complexType> <s:sequence> <s:element name="List" type="tns:ListDefinitionCT" minOccurs="0" maxOccurs="unbounded"/> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element>
GetListCollectionResult: Contains a collection of properties for all the lists within the current site.
Lists: The container element for the individual list results.
List: Contains information about the properties and schema of the specified list. See section 2.2.4.11 for more details.