VersionHandler Class

Handler for managing Versions. Use IModelClient.Versions to get an instance of this class.

Methods

Name Description
create(requestContext: AuthorizedClientRequestContext, iModelId: string, changeSetId: string, name: string, description?: string): Promise<Version> Create a named Version of an iModel.  
get(requestContext: AuthorizedClientRequestContext, iModelId: string, query: VersionQuery = ...): Promise<Version[]> Get the named Versions of an iModel.  
update(requestContext: AuthorizedClientRequestContext, iModelId: string, version: Version): Promise<Version> Update the named Version of an iModel.  

Defined in

Last Updated: 29 November, 2022