3.1.4.14.2.1 GetChangedFriendlyUrls

The input data for the GetChangedFriendlyUrls WSDL operation.

 <xs:element name="GetChangedFriendlyUrls" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="1" maxOccurs="1" name="siteId" xmlns:q8="http://microsoft.com/wsdl/types/" type="q8:guid"/>
       <xs:element minOccurs="1" maxOccurs="1" name="webId" xmlns:q9="http://microsoft.com/wsdl/types/" type="q9:guid"/>
       <xs:element minOccurs="0" maxOccurs="1" name="pagingToken" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

pagingToken: An opaque token passed by the protocol client which MUST be used to obtain a different subset of friendly URLs. If null this parameter MUST be ignored by the protocol server.

siteId: Unique identifier of site collection that contains the site that contains friendly URLs.

webId: Unique identifier of site that contains friendly URLs.