queryChangeSummary MethodStatic

Queries the ChangeSummary for the specified change summary id

See also

queryChangeSummary(iModel: BriefcaseDb, changeSummaryId: string): ChangeSummary

@returns Returns the requested ChangeSummary object

@throws IModelError If change summary does not exist for the specified id, or if the change cache file hasn't been attached, or in case of other errors.

Parameter Type Description
iModel BriefcaseDb iModel
changeSummaryId string ECInstanceId of the ChangeSummary

Returns - ChangeSummary

Returns the requested ChangeSummary object

Defined in

Last Updated: 02 May, 2024