3.1.4.1 EnumerateFolder

The EnumerateFolder operation is used to enumerate the contents of a folder. This operation provides information about the immediate child folders, documents, and pages in a folder.

 <wsdl:operation name="EnumerateFolder">
     <wsdl:input message="EnumerateFolderSoapIn" />
     <wsdl:output message="EnumerateFolderSoapOut" />
 </wsdl:operation>

The protocol client sends an EnumerateFolderSoapIn request message and the protocol server responds with an EnumerateFolderSoapOut response message.