ChangeList Class

A change on a list.

Inheritance Hierarchy

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

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.ChangeList", ServerTypeId := "{d3ef3368-ff71-4de1-867c-19693c781587}")> _
Public Class ChangeList _
    Inherits Change
'Usage
Dim instance As ChangeList
[ScriptTypeAttribute("SP.ChangeList", ServerTypeId = "{d3ef3368-ff71-4de1-867c-19693c781587}")]
public class ChangeList : 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

ChangeList Members

Microsoft.SharePoint.Client Namespace