Comments
This call returns a collection of sub-webs in the format shown
below.
Example XML Request
<request>
<procedure>
<execute namespace="WSS Provider" procedure="GetAllSubWebs"
impersonate="1">
<executeData>
<target>http://raven003</target>
</executeData>
</execute>
</procedure>
</request>
Example XML Response
<executeData>
<target>http://raven003</target>
<Webs>
<Web Title="Team Web Site" Url="http://raven003" />
</Webs>
</executeData>
Typical C# Usage
No typical C# usage.