betweenVersionAndChangeSet Method

Query ChangeSets between the specified Version and another ChangeSet. This overrides any previously applied ChangeSetQuery filters. This query will work when either versionId or changeSetId 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.

betweenVersionAndChangeSet(versionId: GuidString, changeSetId: string): this

Parameter Type Description
versionId GuidString Id of the version.
changeSetId string Id of the changeSet.

Returns - This query.

Defined in

Last Updated: 08 January, 2020