API Reference > imodelhub-client > iModelHubClient > VersionHandler 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 clients/imodelhub/src/imodelhub/Versions.ts Line 145 Last Updated: 11 June, 2024