SPChangeCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of SPChange objects. The maximum number of changes that can be represented in a collection is 1000.

The SPChangeCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of changes in the collection. (Overrides SPBaseCollection.Count.)
Public property IncludesBeginning Gets a value that indicates whether the collection includes changes taken from the beginning of the content database's change log.
Public property Item Gets the change object at the specified index in the collection.
Public property LastChangeToken Gets the change token that corresponds to the last change in the collection.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Retrieves the data required to serialize the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

Fields

  Name Description
Public fieldStatic member CountLimit Specifies the maximum number of changes that a single collection object can contain.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from SPBaseCollection.)

Top

See Also

Reference

SPChangeCollection Class

Microsoft.SharePoint Namespace