SPChangeToken members

Represents the unique sequential location of a change within the change log.

The SPChangeToken type exposes the following members.

Constructors

  Name Description
Public method SPChangeToken(String) Initializes a new instance of the SPChangeToken class, based on its serialized form.
Public method SPChangeToken(SPChangeCollection.CollectionScope, Guid, DateTime) Initializes a new instance of the SPChangeToken class with a specified change collection scope, corresponding object identifier (ID), and change time.

Top

Properties

  Name Description
Public property Scope Gets the scope of the changes, which can be a list, Web site, site collection, or content database.
Public property ScopeId Gets the GUID of the list, Web site, site collection, or content database object for which this is a valid change token.

Top

Methods

  Name Description
Public method Equals Determines if the current instance is equal to another object, possibly of unknown type. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns a hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the serialized string that represents the change token. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Returns a Boolean value that indicates whether or not the two specified SPChangeToken objects are equal.
Public operatorStatic member Inequality Returns a Boolean value that indicates whether or not the two specified SPChangeToken objects are unequal.

Top

See also

Reference

SPChangeToken class

Microsoft.SharePoint namespace