SPWeb.GetChanges Method
Include Protected Members
Include Inherited Members
Gets the changes that have occurred on the website.
Overload List
Name | Description | |
---|---|---|
GetChanges() | Gets all of changes listed in the current change log for the website. | |
GetChanges(SPChangeQuery) | Gets changes from the change log filtered by the specified query. | |
GetChanges(SPChangeToken) | Gets the changes starting from a specified point in the change log. | |
GetChanges(SPChangeToken, SPChangeToken) | Gets the changes logged over a specified period of time. |
Top