2.2.4.7 FriendlyUrlBasedWeb
Namespace: http://schemas.microsoft.com/sharepoint/soap/
Represents properties of a site that contains friendly URLs.<4>
-
<xs:complexType name="FriendlyUrlBasedWeb" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="SiteId" xmlns:q3="http://microsoft.com/wsdl/types/" type="q3:guid"/> <xs:element minOccurs="1" maxOccurs="1" name="WebId" xmlns:q4="http://microsoft.com/wsdl/types/" type="q4:guid"/> <xs:element minOccurs="0" maxOccurs="1" name="ServerRelativeWebUrl" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="TypeOfChange" type="tns:ChangeType"/> </xs:sequence> </xs:complexType>
SiteId: Unique identifier of site collection that contains the site that contains friendly URLs.
WebId: Unique identifier of site that contains friendly URLs.
ServerRelativeWebUrl: Server relative URL of site that contains friendly URLs.
TypeOfChange: An enumeration that identifies the type of change for the site. MUST be one of the following values:
Value |
Meaning |
---|---|
Add |
The site was added. |
Update |
The site was updated. |
Delete |
The site was deleted. |