SPContentDatabase.GetChanges Method
Include Protected Members
Include Inherited Members
Queries the change log and returns a collection of changes recorded for the content database.
Overload List
Name | Description | |
---|---|---|
GetChanges() | Returns the default number of changes listed in the current change log for the content database. | |
GetChanges(SPChangeQuery) | Returns a collection of changes from the change log that have been filtered by the specified query. | |
GetChanges(SPChangeToken) | Returns the collection of content database changes, starting from a specified date. | |
GetChanges(SPChangeToken, SPChangeToken) | Returns a collection of changes that have been logged over a specified period of time. |
Top