SPChangeTokenCollection methods

The SPChangeTokenCollection type exposes the following members.

Methods

  Name Description
Public method Add(SPChangeToken) Adds a change token to the collection.
Public method Add(SPChangeToken, Boolean) Adds a change token to the collection and optionally overwrites any existing change token in the collection.
Public method Delete Deletes the change token object with the specified ID from the collection.
Public method Equals Determines if the current instance is equal to another object of unknown type. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an enumerator to iterate through the collection. (Inherited from SPBaseCollection.)
Public method GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method GetTypedEnumerator<T> Returns a type-safe enumerator to iterate through the collection. (Inherited from SPBaseCollection.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Gets the serialized string representation of the change token collection. (Overrides Object.ToString().)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the elements of the collection to an array, starting at the specified array index. (Inherited from SPBaseCollection.)

Top

See also

Reference

SPChangeTokenCollection class

Microsoft.SharePoint namespace