SPChangeToken constructor
Initializes a new instance of the SPChangeToken class.
Overload list
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