SP.Site.getChanges(query_) Method
Applies to: SharePoint Foundation 2010
Specifies the collection of the site collection changes from the change log that have occurred within the scope of the site collection, based on the specified query.
var value = SP.Site.getChanges(query_);
Parameters
- query_
Specifies the query that will be used to build the collection of site collection changes to be returned.
Type: SP.ChangeQuery
Return Value
Type: SP.ChangeCollection