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: 05 June, 2020