pullChanges Method

Pull (and potentially merge if there are local changes) up to a specified changeset from iModelHub into this briefcase

pullChanges(toIndex?: number, options?: PullChangesOptions): Promise<void>

@see onChangesPulled for the event dispatched after changes are pulled.

Parameter Type Description
toIndex number The changeset index to pull changes to. If undefined, pull all changes.
options PullChangesOptions Options for pulling changes.

Returns - Promise

Defined in

Last Updated: 13 May, 2024