SPChangeToken members
Represents the unique sequential location of a change within the change log.
The SPChangeToken type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPChangeToken(String) | Initializes a new instance of the SPChangeToken class, based on its serialized form. | |
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 | |
---|---|---|
Scope | Gets the scope of the changes, which can be a list, Web site, site collection, or content database. | |
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 | |
---|---|---|
Equals | Determines if the current instance is equal to another object, possibly of unknown type. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the serialized string that represents the change token. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Returns a Boolean value that indicates whether or not the two specified SPChangeToken objects are equal. | |
Inequality | Returns a Boolean value that indicates whether or not the two specified SPChangeToken objects are unequal. |
Top