SPChangeItem Class
Represents a change to an item.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPChange
Microsoft.SharePoint.SPChangeItem
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ChangeItem", ServerTypeId := "{3e4716ac-a622-4d48-bc14-3fecabd52e21}")> _
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPChangeItem _
Inherits SPChange
'Usage
Dim instance As SPChangeItem
[ClientCallableTypeAttribute(Name = "ChangeItem", ServerTypeId = "{3e4716ac-a622-4d48-bc14-3fecabd52e21}")]
[SubsetCallableTypeAttribute]
public sealed class SPChangeItem : 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.