SPChangeSite Class
Represents a change to a site collection.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPChange
Microsoft.SharePoint.SPChangeSite
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ChangeSite", ServerTypeId := "{81aff0de-302e-4d01-91d5-96192f77bc29}")> _
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPChangeSite _
Inherits SPChange
'Usage
Dim instance As SPChangeSite
[ClientCallableTypeAttribute(Name = "ChangeSite", ServerTypeId = "{81aff0de-302e-4d01-91d5-96192f77bc29}")]
[SubsetCallableTypeAttribute]
public sealed class SPChangeSite : 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.