exportChanges Method
Export changes from the source iModel.
exportChanges(requestContext: AuthorizedClientRequestContext, startChangeSetId?: GuidString): Promise<void>
| Parameter | Type | Description |
|---|---|---|
| requestContext | AuthorizedClientRequestContext | The request context |
| startChangeSetId | GuidString | Include changes from this changeset up through and including the current changeset. If this parameter is not provided, then just the current changeset will be exported. |
Defined in
Last Updated: 08 January, 2020