SP.Web.getChanges(query_) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Applies To
Remarks

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

var value = SP.Web.getChanges(query_);

Parameters

  • query_
    Specifies which changes to return.

Type: SP.ChangeQuery

Return Value

Type: SP.ChangeCollection

Applies To

SP.Web Class

Remarks

It must not be null.

See Also

Reference

SP.Web Methods

SP.Web Properties

SP Namespace