FriendlyUrlBasedWeb class

Stores the relevant properties of a web that contains FriendlyUrl objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.WebServices.FriendlyUrlBasedWeb

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class FriendlyUrlBasedWeb
'Usage
Dim instance As FriendlyUrlBasedWeb
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class FriendlyUrlBasedWeb

Remarks

FriendlyUrlBasedWeb objects are returned from the GetFriendlyUrlBasedWebs() method and the GetChangedFriendlyUrlBasedWebs() method.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

FriendlyUrlBasedWeb members

Microsoft.SharePoint.Publishing.WebServices namespace