betweenVersions Method

Query ChangeSets between two specified Versions. This overrides any previously applied ChangeSetQuery filters. This query will work when either of the Version ids points to an earlier ChangeSet. Latest ChangeSet specified by this range will be included in the results, but the earliest will be excluded. Returned ChangeSets will be in an ascending order.

betweenVersions(sourceVersionId: GuidString, destinationVersionId: GuidString): this

Parameter Type Description
sourceVersionId GuidString Id of the source version.
destinationVersionId GuidString Id of the destination version.

Returns - This query.

Defined in

Last Updated: 08 January, 2020