ChangeCollection Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.ChangeCollection", ServerTypeId="{2ba7a459-eeda-42d0-90e2-fad3487ad0d3}")]
public sealed class ChangeCollection : Microsoft.SharePoint.Client.ClientObjectCollection<Microsoft.SharePoint.Client.Change>
type ChangeCollection = class
    inherit ClientObjectCollection<Change>
Public NotInheritable Class ChangeCollection
Inherits ClientObjectCollection(Of Change)
Inheritance
Attributes

Constructors

Properties

AreItemsAvailable (Inherited from ClientObjectCollection)
Context (Inherited from ClientObject)
Count (Inherited from ClientObjectCollection)
Data (Inherited from ClientObjectCollection)
ElementType (Inherited from ClientObjectCollection<T>)
Expression (Inherited from ClientObjectCollection<T>)
Item[Int32] (Inherited from ClientObjectCollection<T>)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
Provider (Inherited from ClientObjectCollection<T>)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

Explicit Interface Implementations

Extension Methods

Applies to