SPChangeWeb Class
Represents a change to a Web site.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPChange
Microsoft.SharePoint.SPChangeWeb
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ChangeWeb", ServerTypeId := "{e7fa8647-bde1-474c-93b1-1ef9ce5cf02c}")> _
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPChangeWeb _
Inherits SPChange
'Usage
Dim instance As SPChangeWeb
[ClientCallableTypeAttribute(Name = "ChangeWeb", ServerTypeId = "{e7fa8647-bde1-474c-93b1-1ef9ce5cf02c}")]
[SubsetCallableTypeAttribute]
public sealed class SPChangeWeb : SPChange
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.