ChangeSite Class

Specifies a change on a site collection.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Change
      Microsoft.SharePoint.Client.ChangeSite

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.ChangeSite", ServerTypeId := "{81aff0de-302e-4d01-91d5-96192f77bc29}")> _
Public Class ChangeSite _
    Inherits Change
'Usage
Dim instance As ChangeSite
[ScriptTypeAttribute("SP.ChangeSite", ServerTypeId = "{81aff0de-302e-4d01-91d5-96192f77bc29}")]
public class ChangeSite : Change

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

ChangeSite Members

Microsoft.SharePoint.Client Namespace