exportChanges Method
Export changes from the source iModel.
exportChanges(user?: string, startChangesetId?: string): Promise<void>
note To form a range of versions to export, set startChangesetId
for the start (inclusive) of the desired range and open the source iModel as of the end (inclusive) of the desired range.
Returns - Promise<void>
Defined in
- transformer/src/IModelExporter.ts Line 266
Last Updated: 20 June, 2023