Synchronizing with an iModel

A BriefcaseDb is a local file that represents a version of an iModel. Briefcases are synchronized via Changesets. Use BriefcaseDb.pullChanges to update a local BriefcaseDb to incorporate recent changes made by other users. This will pull all of the new Changesets and merge them into the briefcase file. If there are any local changes, they are merged with the incoming changes.

Last Updated: 11 September, 2021