Version Class
Named Version is a specific ChangeSet given a name to differentiate it from others. It can be used to represent some significant milestone for the iModel (e.g. a review version).
Extends
Methods
Name |
Description |
|
constructor(): Version |
|
|
Properties
Name |
Type |
Description |
|
applicationId |
undefined | string |
Id of the application that created this named Version. |
|
applicationName |
undefined | string |
Name of the application that created this named Version. |
|
changeSetId |
undefined | string |
Id of the ChangeSet that the named Version was created for. |
|
createdDate |
undefined | string |
Date when the named Version was created. |
|
description |
undefined | string |
Description of the named Version. |
|
hidden |
undefined | boolean |
Set to true, if named Version is hidden. |
|
id |
undefined | string |
|
|
name |
undefined | string |
Name of the named Version. |
|
userCreated |
undefined | string |
Id of the user that created the named Version. |
|
Inherited properties
Defined in
Last Updated:
11 June, 2024