This topic has not yet been rated - Rate this topic

Web.GetChanges method

Returns the collection of all changes from the change log that have occurred within the scope of the site, based on the specified query.

Namespace:  Microsoft.SharePoint.Client
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)
public ChangeCollection GetChanges(
	ChangeQuery query
)

Parameters

query
Type: Microsoft.SharePoint.Client.ChangeQuery
Specifies which changes to return.

Return value

Type: Microsoft.SharePoint.Client.ChangeCollection
Returns 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.

It must not be null.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.