SPContentDatabase.GetChanges method

Queries the change log and returns a collection of changes recorded for the content database.

Overload list

  Name Description
Public method GetChanges() Returns the default number of changes listed in the current change log for the content database.
Public method GetChanges(SPChangeQuery) Returns a collection of changes from the change log that have been filtered by the specified query.
Public method GetChanges(SPChangeToken) Returns the collection of content database changes, starting from a specified date.
Public method GetChanges(SPChangeToken, SPChangeToken) Returns a collection of changes that have been logged over a specified period of time.

Top

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace