Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Returns the collection of changes from the change log that have occurred within the list, based on the specified query.
var value = SP.List.getChanges(query_);
Parameters
- query
Specifies the query.
Type: SP.ChangeQuery
Return Value
Type: SP.ChangeCollection
Exceptions
- [Microsoft.SharePoint.SPException]
Change token is not valid for this list. Error code: -2130575173. Change token is not valid. Error code: -2130575172.
- [Microsoft.SharePoint.SPInvalidChangeTokenException]
Change token is not valid. Error code: -2130575172.
Remarks
It must not be null.