SP.List.getChanges(query_) Method

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.

Applies To

SP.List Class

See Also

Reference

SP.List Methods

SP.List Properties

SP Namespace