VersionDeleteAction Enumeration
Specifies the action for deleting an estimate version/progress.
|
Name
|
Value |
Description
|
|
DeleteCurrentAndRestorePrevious
|
0
|
Delete the currently active version and restore the previous version as active.
For example, if there are versions A, B and C, the C will be deleted and B will become active.
|
|
DeletePrevious
|
1
|
Delete the previous version, the currently active version will stay active and it will be moved down - renamed.
For example, if there are versions A, B and C, the B will be deleted and C will become B and it will stay active.
|
In this article
Definition