Web.GetChanges method
SharePoint 2013
Returns the collection of all changes from the change log that have occurred within the scope of the site, based on the specified query.
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Parameters
- query
- Type: Microsoft.SharePoint.Client.ChangeQuery
Specifies which changes to return.
Return value
Type: Microsoft.SharePoint.Client.ChangeCollectionReturns a ChangeCollection instance representing the collection of all changes from the change log that have occurred within the scope of the site, based on the specified query.